Commit 4a18d38
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 28e1783 commit 4a18d38
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