Cleanup after cherry-pick

This commit is contained in:
Raffson
2023-10-07 14:08:53 +02:00
parent 17e539e524
commit 1ce8d9c2b7
3 changed files with 2 additions and 6 deletions

View File

@@ -30,7 +30,6 @@ from .dcs.countries import country_with_name
from .infos.information import Information
from .lasercodes.lasercoderegistry import LaserCodeRegistry
from .profiling import logged_duration
from .savecompat import has_save_compat_for
from .settings import Settings
from .theater import ConflictTheater
from .theater.bullseye import Bullseye
@@ -151,7 +150,6 @@ class Game:
self.on_load(game_still_initializing=True)
@has_save_compat_for(9)
def __setstate__(self, state: dict[str, Any]) -> None:
self.__dict__.update(state)
if not hasattr(self, "laser_code_registry"):