"Optimize Imports" in game & qt-ui

Adjustments made by PyCharm
This commit is contained in:
Raffson
2022-10-24 18:54:41 +02:00
parent ada297d331
commit a736bf9b09
85 changed files with 95 additions and 117 deletions

View File

@@ -12,10 +12,10 @@ from game.server.frontlines.models import FrontLineJs
from game.server.iadsnetwork.models import IadsConnectionJs
from game.server.leaflet import LeafletPoint
from game.server.mapzones.models import ThreatZonesJs
from game.server.navmesh.models import NavMeshJs
from game.server.tgos.models import TgoJs
from game.server.mapzones.models import UnculledZoneJs
from game.server.navmesh.models import NavMeshJs
from game.server.supplyroutes.models import SupplyRouteJs
from game.server.tgos.models import TgoJs
if TYPE_CHECKING:
from game import Game