mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-12 18:06:45 +08:00
This attribute was removed in https://github.com/python/typeshed/pull/3879 because it is undocumented and was annotated incorrectly. Unfortunately, a surprising (?) amount of Google code uses this attribute and assumes it is a deque, so it needs to exist but can't have a more general annotation like Collection[Any]. I also removed a no-longer-used typing.Deque import.