Commit cbec69d
committed
Add an inline annotation to avoid a crash with mypy 1.15.0
The annotation prevents intermittent crashes when running mypy
with a clean cache:
./archinstall/tui/curses_menu.py:723: error: INTERNAL ERROR
RuntimeError: Partial type "<partial list[?]>" cannot be checked with "issubtype()"1 parent 4023cfe commit cbec69d
File tree
1 file changed
+4
-1
lines changed- archinstall/tui
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
721 | | - | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
722 | 725 | | |
723 | 726 | | |
724 | 727 | | |
| |||
0 commit comments