Skip to content

Commit

Permalink
more mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Payne committed May 4, 2023
1 parent 0286adc commit dfe3439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions singer_sdk/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ def __init__(
@abstractmethod
def get_batches(
self,
records: t.Generator[dict, t.Any, t.Any],
) -> t.Generator[list[str]]:
records: t.Iterator[dict],
) -> t.Iterator[list[str]]:
"""Yield manifest of batches.
Args:
Expand Down

0 comments on commit dfe3439

Please sign in to comment.