From b856a84adce80c0ea857ba4ba3c0369c6f22d6d1 Mon Sep 17 00:00:00 2001 From: Khopa Date: Mon, 16 Aug 2021 12:23:51 +0200 Subject: [PATCH] Ran black to fix lint issue. --- game/theater/conflicttheater.py | 1 + 1 file changed, 1 insertion(+) diff --git a/game/theater/conflicttheater.py b/game/theater/conflicttheater.py index 30d16ec4..7cf3fcd2 100644 --- a/game/theater/conflicttheater.py +++ b/game/theater/conflicttheater.py @@ -32,6 +32,7 @@ from .seasonalconditions import SeasonalConditions if TYPE_CHECKING: from . import TheaterGroundObject + @dataclass class ReferencePoint: world_coordinates: Point