Skip to content

Commit b75d623

Browse files
removing unnecessary typing import from _xyz_packet.py
1 parent aa8c809 commit b75d623

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

adafruit_bluefruit_connect/_xyz_packet.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616

1717
import struct
1818

19-
try:
20-
from typing import Generator, Union, Dict, Optional, Any # adjust these as needed
21-
except ImportError:
22-
pass
23-
2419
from .packet import Packet
2520

2621

0 commit comments

Comments
 (0)