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 2dcb761 commit b89388aCopy full SHA for b89388a
1 file changed
tests/test_main.py
@@ -4,6 +4,7 @@
4
import unittest
5
6
import pyfakefs.fake_filesystem_unittest as ffs
7
+from test.support import os_helper
8
9
import importlib_metadata
10
from importlib_metadata import (
@@ -20,7 +21,6 @@
20
21
22
from . import fixtures
23
from ._path import Symlink
-from .fixtures import os_helper
24
25
26
class BasicTests(fixtures.DistInfoPkg, unittest.TestCase):
0 commit comments