Skip to content

Commit b89388a

Browse files
committed
Import os_helper directly.
1 parent 2dcb761 commit b89388a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import unittest
55

66
import pyfakefs.fake_filesystem_unittest as ffs
7+
from test.support import os_helper
78

89
import importlib_metadata
910
from importlib_metadata import (
@@ -20,7 +21,6 @@
2021

2122
from . import fixtures
2223
from ._path import Symlink
23-
from .fixtures import os_helper
2424

2525

2626
class BasicTests(fixtures.DistInfoPkg, unittest.TestCase):

0 commit comments

Comments
 (0)