Skip to content

Commit

Permalink
CI: Mitigate one occurrence of py/unused-local-variable
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 24, 2022
1 parent 38ae1b2 commit ab6f03a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/crate/testing/layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ def _wait_for(self, validator):
time.sleep(self.wait_interval)

self.monitor.consumers.remove(line_buf)
line_buf = None

def _wait_for_start(self):
"""Wait for instance to be started"""
Expand Down

0 comments on commit ab6f03a

Please sign in to comment.