Skip to content

Commit 6e272ae

Browse files
committed
Fix testing
1 parent f19ad7a commit 6e272ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_stations.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
import os
66
from unittest.mock import AsyncMock, MagicMock, patch
77

8+
from airos.airos8data import AirOSData
89
import airos.exceptions
910
import pytest
1011

1112
import aiofiles
1213
import aiohttp
1314

14-
from . import AirOSData
15-
1615

1716
async def _read_fixture(fixture: str = "ap-ptp"):
1817
"""Read fixture file per device type."""

0 commit comments

Comments
 (0)