Skip to content

Commit

Permalink
Remove DummyLogEmitter.flush() to align with removal of LogEmitter.fl…
Browse files Browse the repository at this point in the history
…ush()
  • Loading branch information
pranavmarla committed Aug 6, 2022
1 parent 6b1ef2d commit a7094fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions opentelemetry-sdk/tests/test_configurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ def __init__(self, name, resource, processor):
def emit(self, record):
self.processor.emit(record)

def flush(self):
pass


class DummyLogProcessor:
def __init__(self, exporter):
Expand Down

0 comments on commit a7094fb

Please sign in to comment.