Commit 5f42581
committed
Import Callable from typing for Python 3.10 compat
- Python 3.10 no longer provides Callable in collections
- We now import it from typing, to be consistent with previous imports
- See https://docs.python.org/3/whatsnew/3.10.html#pep-612-parameter-specification-variables1 parent 7aff564 commit 5f42581
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments