Skip to content

Commit 9ab17bc

Browse files
committed
Add Missing Type Annotations
1 parent 8adef63 commit 9ab17bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_scd4x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from micropython import const
3333

3434
try:
35-
from typing import Union, Tuple
35+
from typing import Tuple, Union
3636
from busio import I2C
3737
except ImportError:
3838
pass

0 commit comments

Comments
 (0)