Skip to content

Commit 694c9a9

Browse files
committed
Ruff
1 parent cf87805 commit 694c9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airos/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
AirOSDataModel = TypeVar("AirOSDataModel", bound=AirOSDataBaseClass)
3535

3636

37-
class AirOS(Generic[AirOSDataModel], ABC):
37+
class AirOS(ABC, Generic[AirOSDataModel]):
3838
"""AirOS connection class."""
3939

4040
data_model: type[AirOSDataModel]

0 commit comments

Comments
 (0)