Skip to content

Commit 518c743

Browse files
Update _importlib.py
1 parent 87d928d commit 518c743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setuptools/_importlib.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22

3-
if sys.version_info < (3, 10) or True:
3+
if sys.version_info < (3, 10):
44
import importlib_metadata as metadata # pragma: no cover
55
else:
66
import importlib.metadata as metadata # noqa: F401

0 commit comments

Comments
 (0)