We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad0430 commit 5f70e8eCopy full SHA for 5f70e8e
Tools/build/compute-changes.py
@@ -15,8 +15,8 @@
15
from pathlib import Path
16
17
TYPE_CHECKING = False
18
-if False:
19
- from collections.abc import Set # type: ignore[unreachable]
+if TYPE_CHECKING:
+ from collections.abc import Set
20
21
GITHUB_DEFAULT_BRANCH = os.environ["GITHUB_DEFAULT_BRANCH"]
22
GITHUB_CODEOWNERS_PATH = Path(".github/CODEOWNERS")
0 commit comments