Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Aug 31, 2022
1 parent 05cb079 commit 1e32edd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import sys
import pathlib
import unittest
import packaging.requirements
import packaging.version
Expand Down
2 changes: 1 addition & 1 deletion tests/test_py39compat.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys
import unittest
import pathlib
import unittest

from . import fixtures
from importlib_metadata import (
Expand Down

0 comments on commit 1e32edd

Please sign in to comment.