We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
py/unused-local-variable
1 parent 38ae1b2 commit ab6f03aCopy full SHA for ab6f03a
1 file changed
src/crate/testing/layer.py
@@ -358,7 +358,6 @@ def _wait_for(self, validator):
358
time.sleep(self.wait_interval)
359
360
self.monitor.consumers.remove(line_buf)
361
- line_buf = None
362
363
def _wait_for_start(self):
364
"""Wait for instance to be started"""
0 commit comments