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 0bbfc52 commit 0e17ad3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def _remove_concurrent_streams_from_catalog(
def _retriever_factory(
self, stream_config: ComponentDefinition, source_config: Config, stream_state: StreamState
) -> Callable[[], Retriever]:
def _factory_method():
def _factory_method() -> Retriever:
declarative_stream = self._constructor.create_component(
DeclarativeStreamModel,
stream_config,
Expand Down

0 comments on commit 0e17ad3

Please sign in to comment.