Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Oct 7, 2024
1 parent c174e85 commit a97ce89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_stackexchange/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class TagPartitionedStream(StackExchangeStream):
"""Tag-partitioned stream class."""

@property
def partitions(self) -> list[Context] | None:
def partitions(self) -> list[dict[str, t.Any]] | None:
"""Partition stream by the configured tags.
Returns:
Expand Down

0 comments on commit a97ce89

Please sign in to comment.