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 4622b5a commit 627a869Copy full SHA for 627a869
setuptools/_normalization.py
@@ -156,7 +156,7 @@ def safer_best_effort_version(value: str) -> str:
156
)
157
except ImportError:
158
159
- def _canonicalize_license_expression(expression: str) -> str:
+ def _canonicalize_license_expression(expression: str) -> str: # type: ignore[misc] # pyright: ignore[reportAssignmentType]
160
# Defer import error to affect only users that actually use it
161
# https://github.com/pypa/setuptools/issues/4894
162
raise ImportError(
0 commit comments