Skip to content

Commit 20934d9

Browse files
committed
refactor: clean imports
1 parent 6d6b019 commit 20934d9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tion_btle/s3.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
import logging
2-
from typing import Callable
32

43
if __package__ == "":
54
from tion_btle.tion import tion, TionException
65
else:
76
from .tion import tion, TionException
87

98
from bluepy import btle
10-
import time
119

1210
logging.basicConfig(level=logging.DEBUG)
1311
_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)