Skip to content

Commit 89c292d

Browse files
committed
Move typing import to top of block
1 parent 0bf4bcd commit 89c292d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ssd1305.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
import adafruit_framebuf as framebuf
4343

4444
try:
45+
from typing import Optional
4546
from digitalio import DigitalInOut
4647
from busio import I2C, SPI
47-
from typing import Optional
4848
except ImportError:
4949
pass
5050

0 commit comments

Comments
 (0)