diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-24 21:41:02 +0300 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-24 21:41:02 +0300 |
commit | aef13273534a1bb8bbac9b86fab434f8e785f66b (patch) | |
tree | c9a61695f6abf1495c30bb17aaae0a6a09022b1a /Lib/test/test__osx_support.py | |
parent | 4b389ab3984fcc950fa488a17064d564ca445eeb (diff) | |
download | cpython-aef13273534a1bb8bbac9b86fab434f8e785f66b.tar.gz |
Issue #23277: Remove unused imports in tests.
Diffstat (limited to 'Lib/test/test__osx_support.py')
-rw-r--r-- | Lib/test/test__osx_support.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test__osx_support.py b/Lib/test/test__osx_support.py index ac6325a751..bcba8caa29 100644 --- a/Lib/test/test__osx_support.py +++ b/Lib/test/test__osx_support.py @@ -4,7 +4,6 @@ Test suite for _osx_support: shared OS X support functions. import os import platform -import shutil import stat import sys import unittest |