Commit 441d074
Add IO import in sm_typing (#152)
Fixes an issue where IO was not imported with the
global import statement, since IO is not in `typing.__all__`
in python 3.6.
This causes an issue when trying to import IO from sm_typing.
Signed-off-by: Mathieu Labourier <mathieu.labourier@vates.tech>1 parent eaece9c commit 441d074
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
| |||
0 commit comments