Skip to content

Commit 170c1dd

Browse files
committed
Address review
1 parent ca1a1a6 commit 170c1dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Tools/build/update_file.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
import os
1313
import os.path
1414
import sys
15-
import typing
1615

17-
if typing.TYPE_CHECKING:
16+
TYPE_CHECKING = False
17+
if TYPE_CHECKING:
18+
import typing
1819
from collections.abc import Iterator
1920
from io import TextIOWrapper
2021

0 commit comments

Comments
 (0)