Skip to content

Commit c77494f

Browse files
committed
let mypy pass on 3.10
1 parent e7461a4 commit c77494f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

check-project-links/_find_project_links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from urllib.parse import urlsplit
99

1010
try:
11-
import tomllib
11+
import tomllib # type: ignore[import-not-found]
1212
except ModuleNotFoundError: # pragma: no cover
1313
raise Exception("tomllib is not available. Please use Python 3.11 or later.")
1414

0 commit comments

Comments
 (0)