From 0a540f0f0db6dc41af5d12551f28dc73847ef161 Mon Sep 17 00:00:00 2001 From: James Falcon Date: Mon, 24 Jul 2023 08:19:08 -0500 Subject: [PATCH] linting --- tools/test_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_tools.py b/tools/test_tools.py index 81a104981c4..a4a238f4286 100644 --- a/tools/test_tools.py +++ b/tools/test_tools.py @@ -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(