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 c5b4732 commit 3cc71d5Copy full SHA for 3cc71d5
adafruit_fona/fona_3g.py
@@ -27,6 +27,7 @@
27
from typing import Optional, Tuple, Union
28
from busio import UART
29
from digitalio import DigitalInOut
30
+
31
try:
32
from typing import Literal
33
except ImportError:
0 commit comments