Skip to content

Commit 58c914d

Browse files
committed
Ignore PyInstaller types.
1 parent e07b38b commit 58c914d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcod/__pyinstaller/hook-tcod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
If this hook is modified then the contributed hook needs to be removed from:
66
https://github.com/pyinstaller/pyinstaller-hooks-contrib
77
"""
8-
from PyInstaller.utils.hooks import collect_dynamic_libs
8+
from PyInstaller.utils.hooks import collect_dynamic_libs # type: ignore
99

1010
hiddenimports = ["_cffi_backend"]
1111

0 commit comments

Comments
 (0)