summaryrefslogtreecommitdiff
path: root/fs/tests/test_importhook.py
diff options
context:
space:
mode:
Diffstat (limited to 'fs/tests/test_importhook.py')
-rw-r--r--fs/tests/test_importhook.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/tests/test_importhook.py b/fs/tests/test_importhook.py
index 4177b54..b04a86c 100644
--- a/fs/tests/test_importhook.py
+++ b/fs/tests/test_importhook.py
@@ -12,6 +12,7 @@ from fs.zipfs import ZipFS
from six import b
+
class TestFSImportHook(unittest.TestCase):
def setUp(self):
@@ -140,4 +141,3 @@ class TestFSImportHook(unittest.TestCase):
sys.path_hooks.remove(FSImportHook)
sys.path.pop()
t.close()
-