Skip to content

Commit

Permalink
Fix typecheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Dec 11, 2021
1 parent f151554 commit 055f6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ini2toml/plugins/setuptools_pep621.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
try:
from packaging.requirements import Requirement
except ImportError: # pragma: no cover
from setuptools.extern.packaging.requirements import Requirement
from setuptools.extern.packaging.requirements import Requirement # type: ignore

from ..transformations import (
apply,
Expand Down

0 comments on commit 055f6c5

Please sign in to comment.