mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-05 06:34:15 +08:00
Fixing flake8 E121, E122, E123, E124, E125, E126 errors
This commit is contained in:
4
third_party/2/sqlalchemy/__init__.pyi
vendored
4
third_party/2/sqlalchemy/__init__.pyi
vendored
@@ -43,7 +43,7 @@ from .sql import (
|
||||
union,
|
||||
union_all,
|
||||
update,
|
||||
)
|
||||
)
|
||||
|
||||
from .types import (
|
||||
BIGINT,
|
||||
@@ -87,7 +87,7 @@ from .types import (
|
||||
UnicodeText,
|
||||
VARBINARY,
|
||||
VARCHAR,
|
||||
)
|
||||
)
|
||||
|
||||
from .schema import (
|
||||
CheckConstraint,
|
||||
|
||||
@@ -208,8 +208,8 @@ class LONGBLOB(object,
|
||||
class _EnumeratedValues(_StringType): ...
|
||||
|
||||
class ENUM( # sqltypes.Enum,
|
||||
_EnumeratedValues
|
||||
):
|
||||
_EnumeratedValues
|
||||
):
|
||||
__visit_name__ = ... # type: Any
|
||||
strict = ... # type: Any
|
||||
def __init__(self, *enums, **kw) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user