Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
  • Loading branch information
BuzzCutNorman and edgarrmondragon authored Feb 19, 2024
1 parent c36c9f4 commit 51f2e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singer_sdk/sinks/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def current_size(self) -> int:

@property
def is_full(self) -> bool:
"""Calls the size limit check funtion.
"""Check against the batch size limit.
Returns:
True if the sink needs to be drained.
Expand Down

0 comments on commit 51f2e57

Please sign in to comment.