Skip to content

Commit d1a5bf6

Browse files
adapts flight route tests
1 parent 92d6340 commit d1a5bf6

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)