Skip to content

Commit 6edd7aa

Browse files
committed
Remove Protocol import
1 parent b244fe8 commit 6edd7aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_ble/advertising/standard.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
try:
2828
from typing import Optional, List, Tuple, Union, Type, Iterator, Iterable, Any
29-
from typing_extensions import Protocol
3029
from adafruit_ble.uuid import UUID
3130
from adafruit_ble.characteristics import Characteristic
3231
from adafruit_ble.services import Service

0 commit comments

Comments
 (0)