We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf87805 + 694c9a9 commit 4de4c7fCopy full SHA for 4de4c7f
airos/base.py
@@ -34,7 +34,7 @@
34
AirOSDataModel = TypeVar("AirOSDataModel", bound=AirOSDataBaseClass)
35
36
37
-class AirOS(Generic[AirOSDataModel], ABC):
+class AirOS(ABC, Generic[AirOSDataModel]):
38
"""AirOS connection class."""
39
40
data_model: type[AirOSDataModel]
0 commit comments