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 adc6cf7 commit 6ddf378Copy full SHA for 6ddf378
script/generate_ha_fixture.py
@@ -17,7 +17,7 @@
17
# NOTE: This assumes the airos module is correctly installed or available in the project path.
18
# If not, you might need to adjust the import statement.
19
from airos.airos6 import AirOS6 # noqa: E402
20
-from airos.airos8 import AirOS as AirOS8 # noqa: E402
+from airos.airos8 import AirOS8 # noqa: E402
21
from airos.data import AirOS6Data, AirOS8Data # noqa: E402
22
23
script/mashumaro-step-debug.py
@@ -13,7 +13,7 @@
13
sys.path.append(_project_root_dir)
14
15
16
from airos.data import ( # noqa: E402
AirOS6Data,
AirOS8Data,
0 commit comments