mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-11 01:16:46 +08:00
See https://github.com/rominf/ordered-set-stubs/issues/1: class OrderedSet(MutableSet[T], Sequence[T]): ... works in Python 3, but not in Python 2 -- this fixes that