Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
myhomeiot committed May 4, 2024
1 parent 263684f commit 5e13c73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/ble_monitor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
from homeassistant.helpers.entity_registry import async_entries_for_device
from homeassistant.util import dt
try:
from homeassistant.components import bluetooth # pylint: disable=import-outside-toplevel
from homeassistant.components import \
bluetooth # pylint: disable=import-outside-toplevel
except ImportError:
bluetooth = None

Expand Down

0 comments on commit 5e13c73

Please sign in to comment.