Skip to content

Commit dcfea19

Browse files
authored
Merge pull request #52378 from maxwelldb/build-script-investigation
Remove final hint of type hints from build_for_portal.py
2 parents 7de91db + 3b0baf9 commit dcfea19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_for_portal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
)
4747
CMP_IGNORE_FILES = [".git", ".gitignore", "README.md", "build.cfg"]
4848
DEVNULL = open(os.devnull, "wb")
49-
LIST_OF_HUGE_BOOKS: list[str] = ["Installing", "API reference"]
49+
LIST_OF_HUGE_BOOKS: list = ["Installing", "API reference"]
5050

5151
MASTER_FILE_BASE = "= {title}\n\
5252
:product-author: {product-author}\n\

0 commit comments

Comments
 (0)