Skip to content

Commit

Permalink
fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Feb 15, 2023
1 parent 2a19f91 commit c4d0c2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ def report_consumer_offsets_and_lag(self, contexts_limit):
def collect_broker_metadata(self):
self.client.collect_broker_metadata()

# TODO: Remove me once the tests are refactored

# TODO: Remove me once the tests are refactored
def send_event(self, title, text, tags, event_type, aggregation_key, severity='info'):
"""Emit an event to the Datadog Event Stream."""
event_dict = {
Expand Down

0 comments on commit c4d0c2d

Please sign in to comment.