Skip to content

Commit fb7ce7d

Browse files
adapts flight route tests
1 parent 26d6e19 commit fb7ce7d

File tree

3 files changed

+248
-247
lines changed

3 files changed

+248
-247
lines changed

lib/views/motor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import List, Any, Optional
22
from pydantic import BaseModel, ConfigDict
33
from lib.views.interface import ApiBaseView
4-
from lib.models.motor import MotorModel, MotorKinds
4+
from lib.models.motor import MotorModel
55
from lib.utils import to_python_primitive
66

77

0 commit comments

Comments
 (0)