Skip to content

Commit 87fe934

Browse files
committed
fix import in rfm9x
1 parent 98c3141 commit 87fe934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_rfm/rfm9x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from circuitpython_typing import ReadableBuffer
2424

2525
try:
26-
from typing import Literal
26+
from typing import Literal, Optional
2727
except ImportError:
2828
from typing_extensions import Literal
2929

0 commit comments

Comments
 (0)