Skip to content

Commit fcbf8aa

Browse files
committed
remove unused type imports
1 parent a0a217e commit fcbf8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_bno08x/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
# For IDE type recognition
4343
try:
44-
from typing import Any, Dict, List, Optional, Tuple, Union
44+
from typing import Any, Optional
4545

4646
from digitalio import DigitalInOut
4747
except ImportError:

0 commit comments

Comments
 (0)