"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

@@ -1,11 +1,11 @@
from __future__ import annotations
from uuid import UUID
from pydantic import BaseModel
from game.server.leaflet import LeafletPoint
from game.theater.iadsnetwork.iadsnetwork import IadsNetworkNode, IadsNetwork
from game.theater.theatergroundobject import TheaterGroundObject
class IadsConnectionJs(BaseModel):