sort imports
This commit is contained in:
parent
c284745681
commit
2b9c99070e
6 changed files with 9 additions and 9 deletions
|
@ -5,7 +5,7 @@ from ninja import Schema
|
|||
from pydantic import Field as APIField
|
||||
from pydantic import PositiveInt
|
||||
|
||||
from c3nav.api.schema import LineStringSchema, PointSchema, PolygonSchema, BaseSchema
|
||||
from c3nav.api.schema import BaseSchema, LineStringSchema, PointSchema, PolygonSchema
|
||||
from c3nav.api.utils import NonEmptyStr
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue