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 7535a54 commit 17d4f04Copy full SHA for 17d4f04
build/print_exported_headers.py
@@ -39,7 +39,7 @@ def query(buck2: str, target: str, attribute: str) -> str:
39
40
41
# Cache to store results for exported headers per target.
42
-_exported_headers_cache = {}
+_exported_headers_cache: dict[str, Set[str]] = {}
43
44
45
def exported_headers(buck2: str, target: str) -> Set[str]:
0 commit comments