Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
kashifkhan committed Aug 2, 2022
1 parent 2e9b1c2 commit 32f1cda
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def put_events(self, events, timeout_time=None):
# Put single event or EventDataBatch into the queue.
# This method would raise OperationTimeout if the queue does not have enough space for the input and
# flush cannot finish in timeout.

try:
new_events_len = len(events)
except TypeError:
Expand Down

0 comments on commit 32f1cda

Please sign in to comment.