Skip to content

Commit 5f70e8e

Browse files
committed
Address review
1 parent cad0430 commit 5f70e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/build/compute-changes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
from pathlib import Path
1616

1717
TYPE_CHECKING = False
18-
if False:
19-
from collections.abc import Set # type: ignore[unreachable]
18+
if TYPE_CHECKING:
19+
from collections.abc import Set
2020

2121
GITHUB_DEFAULT_BRANCH = os.environ["GITHUB_DEFAULT_BRANCH"]
2222
GITHUB_CODEOWNERS_PATH = Path(".github/CODEOWNERS")

0 commit comments

Comments
 (0)