mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-22 11:02:07 +08:00
Remove Python 3.7 branches (#11238)
This commit is contained in:
@@ -446,8 +446,7 @@ class _StoreFalseAction(_StoreConstAction):
|
||||
class _AppendAction(Action): ...
|
||||
|
||||
# undocumented
|
||||
if sys.version_info >= (3, 8):
|
||||
class _ExtendAction(_AppendAction): ...
|
||||
class _ExtendAction(_AppendAction): ...
|
||||
|
||||
# undocumented
|
||||
class _AppendConstAction(Action):
|
||||
|
||||
Reference in New Issue
Block a user