diff --git a/MapView/main.py b/MapView/main.py index d3ac0c4..e03bb6f 100644 --- a/MapView/main.py +++ b/MapView/main.py @@ -37,8 +37,8 @@ class MapViewApp(App): self.car_markers = dict() # додати необхідні змінні - self.bump_markers = [] - self.pothole_markers = [] + self.bump_markers: list[MapMarker] = [] + self.pothole_markers: list[MapMarker] = [] def on_start(self): """