Skip to content

Commit 824b56e

Browse files
brackets instead of parens
1 parent 5204c63 commit 824b56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ble_apple_media.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
try:
1616
from typing import Union, Type
1717

18-
AppleMediaServiceType = Union("AppleMediaService", Type["AppleMediaService"])
18+
AppleMediaServiceType = Union["AppleMediaService", Type["AppleMediaService"]]
1919
except ImportError:
2020
pass
2121

0 commit comments

Comments
 (0)