We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc10a94 commit 97fb265Copy full SHA for 97fb265
stdlib/3.4/enum.pyi
@@ -2,7 +2,7 @@ import sys
2
from typing import List, Any, TypeVar, Union, Iterable, Iterator, TypeVar, Generic, Type, Sized, Reversible, Container, Mapping
3
from abc import ABCMeta
4
5
-_T = TypeVar('_T', bound=Enum)
+_T = TypeVar('_T')
6
_S = TypeVar('_S', bound=Type[Enum])
7
8
# Note: EnumMeta actually subclasses type directly, not ABCMeta.
0 commit comments