diff --git a/stdlib/2/types.pyi b/stdlib/2/types.pyi index 8baa490d0..54e8b7899 100644 --- a/stdlib/2/types.pyi +++ b/stdlib/2/types.pyi @@ -13,7 +13,7 @@ TypeType = type ObjectType = object IntType = int -LongType = long +LongType = int # Really long, but can't reference that due to a mypy import cycle FloatType = float BooleanType = bool ComplexType = complex