Skip to content

Commit

Permalink
Add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi297 committed Nov 13, 2024
1 parent 0e17ad3 commit 1ecc20d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def _retriever_factory(
self, stream_config: ComponentDefinition, source_config: Config, stream_state: StreamState
) -> Callable[[], Retriever]:
def _factory_method() -> Retriever:
declarative_stream = self._constructor.create_component(
declarative_stream: DeclarativeStream = self._constructor.create_component(
DeclarativeStreamModel,
stream_config,
source_config,
Expand Down

0 comments on commit 1ecc20d

Please sign in to comment.