Skip to content

Commit 0f669f6

Browse files
authored
Merge pull request #12 from Neradoc/fix-typing-import
Import circuitpython_typing in the try
2 parents ddaed2c + 89cab2f commit 0f669f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ble_berrymed_pulse_oximeter/adafruit_ble_transparent_uart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818
try:
1919
from typing import Optional
20+
from circuitpython_typing import ReadableBuffer, WriteableBuffer
2021
except ImportError:
2122
pass
22-
from circuitpython_typing import ReadableBuffer, WriteableBuffer
2323

2424
__version__ = "0.0.0+auto.0"
2525
__repo__ = (

0 commit comments

Comments
 (0)