fix import in rfm9x

This commit is contained in:
jerryneedell 2024-12-06 14:22:42 -05:00
parent 98c3141a1e
commit 87fe934841

View file

@ -23,7 +23,7 @@ try:
from circuitpython_typing import ReadableBuffer
try:
from typing import Literal
from typing import Literal, Optional
except ImportError:
from typing_extensions import Literal