We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa73bc commit d19ab0eCopy full SHA for d19ab0e
adafruit_display_notification/apple.py
@@ -14,6 +14,9 @@
14
from . import PlainNotification
15
16
try:
17
+ # unused typing-import to prevent the other typing-only imports from being loaded at runtime
18
+ from typing import Any # pylint: disable=unused-import
19
+
20
from adafruit_ble_apple_notification_center import Notification
21
except ImportError:
22
pass
0 commit comments