mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix mypy's complaints
This commit is contained in:
@@ -18,7 +18,7 @@ _dcs_saved_game_folder: Optional[str] = None
|
||||
|
||||
# fmt: off
|
||||
class DummyObject:
|
||||
def __setstate__(self, state):
|
||||
def __setstate__(self, state: dict[str, Any]) -> None:
|
||||
self.__dict__.update(state)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user