archinstall/archinstall/tui
correctmost ae38e92100
Add an inline annotation to avoid a crash with mypy 1.15.0 (#3434)
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()"
2025-05-05 07:04:18 +10:00
..
__init__.py Split out Result and ResultType to break import cycle (#3387) 2025-04-13 15:06:48 +10:00
curses_menu.py Add an inline annotation to avoid a crash with mypy 1.15.0 (#3434) 2025-05-05 07:04:18 +10:00
help.py Add additional package selector (#3196) 2025-02-24 17:57:26 +11:00
menu_item.py Fix 3376 - header alignment (#3414) 2025-04-28 14:04:15 +02:00
result.py Specify menu return types using generics instead of Any (#3400) 2025-04-27 13:01:17 +10:00
types.py Split out Result and ResultType to break import cycle (#3387) 2025-04-13 15:06:48 +10:00