Skip to content

Commit 3b0baf9

Browse files
committed
Remove final hint of type hints
1 parent 954d8ee commit 3b0baf9

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)