Commit 3c8cbe9
committed
Mention collections.abc for Sequence
In the deprecation comment for importing Sequence from the top
level git module. Although the git module imports it from typing,
collections.abc.Sequence supports __class_getitem__ since Python
3.9 (and typing.Sequence is actually itself deprecated since then).1 parent c8ad3a3 commit 3c8cbe9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments