We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b39c7d commit bd36c0cCopy full SHA for bd36c0c
archinstall/tui/curses_menu.py
@@ -705,10 +705,7 @@ def __init__(
705
self._interrupt_warning = reset_warning_msg
706
self._header = header
707
708
- # TODO: Remove the inline annotation after upgrading to mypy 1.16.0
709
- # The inline annotation is needed to avoid a crash in 1.15.0:
710
- # RuntimeError: Partial type "<partial list[?]>" cannot be checked with "issubtype()"
711
- self._header_entries: list[ViewportEntry] = []
+ self._header_entries = []
712
if header:
713
self._header_entries = self.get_header_entries(header)
714
0 commit comments