Move import outside of TYPE_CHECKING

This commit is contained in:
Raffson 2024-07-20 02:26:46 +02:00
parent 6702a91802
commit 6194ec7301
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -24,13 +24,13 @@ from game.theater import (
TheaterGroundObject,
TheaterUnit,
)
from game.theater.theatergroup import TheaterGroup
from game.utils import Distance, meters, nautical_miles, feet
AGL_TRANSITION_ALT = 5000
if TYPE_CHECKING:
from game.transfers import MultiGroupTransport
from game.theater.theatergroup import TheaterGroup
from game.ato.flight import Flight