diff --git a/stdlib/3/pyclbr.pyi b/stdlib/2and3/pyclbr.pyi similarity index 94% rename from stdlib/3/pyclbr.pyi rename to stdlib/2and3/pyclbr.pyi index 03c83f9e7..8dad523fb 100644 --- a/stdlib/3/pyclbr.pyi +++ b/stdlib/2and3/pyclbr.pyi @@ -4,7 +4,7 @@ from typing import List, Union, Sequence, Optional, Dict class Class: module = ... # type: str name = ... # type: str - super = Optional[List[Union["Class", str]]] + super = ... # type: Optional[List[Union["Class", str]]] methods = ... # type: Dict[str, int] file = ... # type: int lineno = ... # type: int