Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Nov 17, 2023
1 parent b802c1b commit b243818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools/config/_apply_pyprojecttoml.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
)

from ..errors import RemovedConfigError
from ..warnings import SetuptoolsWarning, SetuptoolsDeprecationWarning
from ..warnings import SetuptoolsWarning

if TYPE_CHECKING:
from setuptools._importlib import metadata # noqa
Expand Down

0 comments on commit b243818

Please sign in to comment.