mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Fix third-party issues found by stubtest (#6667)
This commit is contained in:
@@ -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