We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a7b38 commit fdf8594Copy full SHA for fdf8594
tests/test_imports.py
@@ -6,6 +6,7 @@ class TestImports(unittest.TestCase):
6
def test_import_path(self):
7
"""Test import fs also imports other symbols."""
8
restore_fs = sys.modules.pop("fs")
9
+ sys.modules.pop("fs.path")
10
try:
11
import fs
12
0 commit comments