Skip to content

Commit 53fa219

Browse files
committed
👹 Feed the hobgoblins (delint).
1 parent 79dde3f commit 53fa219

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎importlib_metadata/tests/test_integration.py‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
import packaging.version
44

55
from . import fixtures
6-
from .. import version
7-
from .. import _compat
6+
from .. import (
7+
_compat,
8+
version,
9+
)
810

911

1012
class IntegrationTests(fixtures.DistInfoPkg, unittest.TestCase):

0 commit comments

Comments
 (0)