mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-28 13:52:12 +08:00
Fix third-party issues found by stubtest (#6667)
This commit is contained in:
@@ -110,3 +110,4 @@ sqlalchemy.sql.expression.quoted_name.lower
|
||||
sqlalchemy.sql.expression.quoted_name.upper
|
||||
sqlalchemy.sql.quoted_name.lower
|
||||
sqlalchemy.sql.quoted_name.upper
|
||||
sqlalchemy.util.callable
|
||||
|
||||
@@ -17,7 +17,7 @@ from .base import (
|
||||
_MappedAttribute as _MappedAttribute,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
__all__ = (
|
||||
"EXT_CONTINUE",
|
||||
"EXT_STOP",
|
||||
"EXT_SKIP",
|
||||
@@ -31,7 +31,7 @@ __all__ = [
|
||||
"MapperProperty",
|
||||
"PropComparator",
|
||||
"StrategizedProperty",
|
||||
]
|
||||
)
|
||||
|
||||
class ORMStatementRole(roles.StatementRole): ...
|
||||
class ORMColumnsClauseRole(roles.ColumnsClauseRole): ...
|
||||
|
||||
Reference in New Issue
Block a user