Skip to content

Commit 2b4c7c0

Browse files
wiredfoolhugovk
andauthored
Typing import suggestion
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent b33254f commit 2b4c7c0

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
@@ -16,12 +16,12 @@
1616
import sys
1717
import warnings
1818
from collections.abc import Iterator
19-
from typing import TYPE_CHECKING
2019

2120
from pybind11.setup_helpers import ParallelCompile
2221
from setuptools import Extension, setup
2322
from setuptools.command.build_ext import build_ext
2423

24+
TYPE_CHECKING = False
2525
if TYPE_CHECKING:
2626
from setuptools import _BuildInfo
2727

0 commit comments

Comments
 (0)