Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik0 committed Oct 16, 2024
1 parent 8398596 commit c41c141
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def read_records(
stream_slice = StreamSlice(partition={}, cursor_slice={})
if not isinstance(stream_slice, StreamSlice):
raise ValueError(f"DeclarativeStream does not support stream_slices that are not StreamSlice. Got {stream_slice}")
yield from self.retriever.read_records(self.get_json_schema(), stream_slice) # type: ignore # records are of the correct type
yield from self.retriever.read_records(self.get_json_schema(), stream_slice) # type: ignore # records are of the correct type

def get_json_schema(self) -> Mapping[str, Any]: # type: ignore
"""
Expand Down

0 comments on commit c41c141

Please sign in to comment.