Skip to content

Commit a2d446e

Browse files
committed
Fix pre-commit
1 parent a658ce5 commit a2d446e

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
@@ -1,10 +1,10 @@
11
"""Passive BLE monitor integration."""
22
import asyncio
33
import copy
4+
import importlib
45
import json
56
import logging
67
import struct
7-
import importlib
88
from threading import Thread
99

1010
import aioblescan as aiobs

0 commit comments

Comments
 (0)