Skip to content

Commit 5e13c73

Browse files
committed
Fix pre-commit
1 parent 263684f commit 5e13c73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

custom_components/ble_monitor/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
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 # pylint: disable=import-outside-toplevel
21+
from homeassistant.components import \
22+
bluetooth # pylint: disable=import-outside-toplevel
2223
except ImportError:
2324
bluetooth = None
2425

0 commit comments

Comments
 (0)