From a2d446e389de88c58afa870174d71039ff167a1b Mon Sep 17 00:00:00 2001 From: myhomeiot Date: Tue, 7 May 2024 15:26:06 +0300 Subject: [PATCH] Fix pre-commit --- custom_components/ble_monitor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ble_monitor/__init__.py b/custom_components/ble_monitor/__init__.py index e5dd575f..cc8ceee9 100644 --- a/custom_components/ble_monitor/__init__.py +++ b/custom_components/ble_monitor/__init__.py @@ -1,10 +1,10 @@ """Passive BLE monitor integration.""" import asyncio import copy +import importlib import json import logging import struct -import importlib from threading import Thread import aioblescan as aiobs