From fe118d81dbc985d8e7506cd31115db04b9c2ef4c Mon Sep 17 00:00:00 2001 From: Khopa Date: Mon, 16 Aug 2021 13:04:58 +0200 Subject: [PATCH] Fixed error introduced during last merge. (Missing import) --- game/operation/operation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/game/operation/operation.py b/game/operation/operation.py index 939192f0..08d25029 100644 --- a/game/operation/operation.py +++ b/game/operation/operation.py @@ -39,6 +39,7 @@ from gen.triggergen import TRIGGER_RADIUS_MEDIUM, TriggersGenerator from gen.visualgen import VisualGenerator from .. import db from ..theater import Airfield, FrontLine +from ..theater.bullseye import Bullseye from ..unitmap import UnitMap if TYPE_CHECKING: