Skip to content

Commit 263684f

Browse files
committed
Fix pre-commit
1 parent eb77378 commit 263684f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/ble_monitor/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from homeassistant.helpers.entity_registry import async_entries_for_device
1919
from homeassistant.util import dt
2020
try:
21-
from homeassistant.components import bluetooth
21+
from homeassistant.components import bluetooth # pylint: disable=import-outside-toplevel
2222
except ImportError:
2323
bluetooth = None
2424

0 commit comments

Comments
 (0)