Skip to content

Commit

Permalink
CDK: ref
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Inzhyyants <artem.inzhyyants@gmail.com>
  • Loading branch information
artem1205 committed Feb 21, 2025
1 parent 7f8e0ac commit c471c44
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions airbyte_cdk/utils/print_buffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,3 @@ def __exit__(
) -> None:
self.flush()
sys.stdout, sys.stderr = self.old_stdout, self.old_stderr

def flush_logger(self) -> None:
"""Explicit flush that can be triggered by logger to synchronize with PrintBuffer."""
self.flush()

0 comments on commit c471c44

Please sign in to comment.