Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed tool/allowlists/todo.txt
Empty file.
2 changes: 1 addition & 1 deletion tool/stubtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
__root_site = None
ROOT_SITE_DIR = __root_site

ALLOWLISTS = ["todo.txt", "common.txt", f"py3{sys.version_info.minor}.txt"]
ALLOWLISTS = ["common.txt", f"py3{sys.version_info.minor}.txt"]


def __check_simd() -> None:
Expand Down