Skip to content

Commit

Permalink
fix declarative_mixin stub (#232)
Browse files Browse the repository at this point in the history
Co-authored-by: Mehdi Gmira <mgmira@wiremind.io>
  • Loading branch information
mehdigmira and mgmira authored Oct 8, 2022
1 parent 0a3284b commit abace03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlalchemy-stubs/orm/decl_api.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class _stateful_declared_attr(declared_attr):
def __init__(self, **kw: Any) -> None: ...
def __call__(self, fn: Any): ...

def declarative_mixin(cls: type) -> type: ...
def declarative_mixin(cls: Type[_T]) -> Type[_T]: ...
def declarative_base(
bind: Optional[
Any
Expand Down

0 comments on commit abace03

Please sign in to comment.