Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalcon committed Jul 24, 2023
1 parent 9111551 commit 0a540f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setup_utils import version_to_pep440

try:
validate_version = setuptools.dist.Distribution._validate_version
validate_version = setuptools.dist.Distribution._validate_version # type: ignore # noqa: E501
setuptools.sic # pylint: disable=no-member,pointless-statement
except AttributeError:
pytest.skip(
Expand Down

0 comments on commit 0a540f0

Please sign in to comment.