fix import in rfm9x
This commit is contained in:
parent
98c3141a1e
commit
87fe934841
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue