Skip to content

Commit 27d1f44

Browse files
add missing typing hint
1 parent 89cb3fd commit 27d1f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

umodbus/modbus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from urequests import request
1616

1717
# typing not natively supported on MicroPython
18-
from .typing import List
18+
from .typing import List, Optional
1919
from .typing import Union
2020
from .typing import dict_keys
2121

0 commit comments

Comments
 (0)