jiridanek commented on code in PR #423: URL: https://github.com/apache/qpid-proton/pull/423#discussion_r1563846762
########## python/proton/_events.py: ########## @@ -57,7 +57,6 @@ def more(self) -> bool: return pn_collector_more(self._impl) def pop(self) -> None: - ev = self.peek() Review Comment: ah, never mind, there is one more statement below; so this was removed because `ev` was unused and `self.peek()` only returns value without doing any side-effects -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org