Skip to content

Commit 0f2fbbb

Browse files
committed
make linter happy
1 parent bed71c5 commit 0f2fbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from setuptools import Extension, setup
1010
from setuptools.errors import CCompilerError, ExecError, PlatformError
1111

12-
if sys.version_info >= (3, 10):
12+
if sys.version_info >= (3, 10): # noqa UP036
1313
import sysconfig
1414
else:
1515
from distutils import sysconfig

0 commit comments

Comments
 (0)