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

@@ -192,5 +192,5 @@ class FileDatasource:
return Parking(
gps=Gps(longitude=lon, latitude=lat),
empty_count=empty_count,
empty_count=empty_count
)