Skip to content

Commit

Permalink
fix static analysis
Browse files Browse the repository at this point in the history
Signed-off-by: szc321 <[email protected]>
  • Loading branch information
szc321 committed Jun 20, 2023
1 parent 559f9b0 commit 0160593
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def _req_callback(self, req):
not_empty = self.probe()
self._queue.put_nowait(0)
if self.observer and not not_empty:
self.observer()
self.observer() # pylint: disable=E1102
except EOFError:
pass

Expand Down

0 comments on commit 0160593

Please sign in to comment.