Skip to content

Commit 9ff2502

Browse files
committed
Fix import error
1 parent e48b982 commit 9ff2502

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom_components/upsplus/battery.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""All functions for reading data from the UPS"""
22
import smbus2
3+
import concurrent.futures
34
from ina219 import INA219
45
from .const import DEVICE_BUS, DEVICE_ADDR
56

0 commit comments

Comments
 (0)