mirror of
https://github.com/derrod/legendary.git
synced 2025-01-08 13:55:28 +00:00
[core] Formatting and type hint fixes
This commit is contained in:
parent
a80244ed37
commit
f78674b3ed
|
@ -221,7 +221,7 @@ class LegendaryCore:
|
|||
|
||||
def get_game_and_dlc_list(self, update_assets=True,
|
||||
platform_override=None,
|
||||
skip_ue=True) -> (List[Game], Dict[str, Game]):
|
||||
skip_ue=True) -> (List[Game], Dict[str, List[Game]]):
|
||||
_ret = []
|
||||
_dlc = defaultdict(list)
|
||||
|
||||
|
|
Loading…
Reference in a new issue