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.
1 parent cf87805 commit 694c9a9Copy full SHA for 694c9a9
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