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 7, 2024
1 parent a658ce5 commit a2d446e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ble_monitor/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a2d446e

Please sign in to comment.