Skip to content

Commit

Permalink
Update annotations for __getattr__
Browse files Browse the repository at this point in the history
  • Loading branch information
lazebnyi committed Feb 6, 2025
1 parent 5593d24 commit ff57a28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class StateDelegatingRetriever:
incremental_data_retriever: Retriever
cursor: DeclarativeCursor

def __getattr__(self, name):
def __getattr__(self, name: str) -> Any:
# Avoid delegation for these internal names.
if name in {
"full_data_retriever",
Expand Down

0 comments on commit ff57a28

Please sign in to comment.