fixes in imports and schemas

This commit is contained in:
ІМ-24 Владислав Коваленко
2026-02-26 10:54:34 +00:00
parent f9ef916331
commit af94c007a2
6 changed files with 30 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
from marshmallow import Schema, fields
from agent.src.schema.gps_schema import GpsSchema
from schema.gps_schema import GpsSchema
class ParkingSchema(Schema):