mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
chore: clear typehinting errors
This commit is contained in:
parent
782157006a
commit
0eeec490c2
@ -145,7 +145,7 @@ class ConnectionManager:
|
||||
binary_missing = True
|
||||
|
||||
prefs = self.controller.get_prefs()
|
||||
remote_mods = []
|
||||
remote_mods: list[list[str]] = []
|
||||
if res.is_modded():
|
||||
try:
|
||||
remote_mods, missing_mods = self._query_modlist(record)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user