This is an automated email from the ASF dual-hosted git repository. astitcher pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
The following commit(s) were added to refs/heads/main by this push: new 2822b9f18 NO-JIRA: Add some missing whitespace caught by flake8 2822b9f18 is described below commit 2822b9f18af1ac389c6d1a347d267764ae15a192 Author: Andrew Stitcher <astitc...@apache.org> AuthorDate: Thu Aug 3 09:54:17 2023 -0400 NO-JIRA: Add some missing whitespace caught by flake8 --- python/proton/handlers.py | 4 ++-- python/proton/reactor.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/proton/handlers.py b/python/proton/handlers.py index 5e1e8a6d0..8372c898c 100644 --- a/python/proton/handlers.py +++ b/python/proton/handlers.py @@ -18,8 +18,8 @@ # from ._handlers import MessagingHandler, IncomingMessageHandler, OutgoingMessageHandler, \ - EndpointStateHandler, TransactionHandler, TransactionalClientHandler,\ - Reject, Release,\ + EndpointStateHandler, TransactionHandler, TransactionalClientHandler, \ + Reject, Release, \ Handshaker, FlowController, IOHandler, PythonIO __all__ = [ diff --git a/python/proton/reactor.py b/python/proton/reactor.py index 6bb66d42d..d3874f47e 100644 --- a/python/proton/reactor.py +++ b/python/proton/reactor.py @@ -17,8 +17,8 @@ # under the License. # -from ._reactor import Container, ApplicationEvent, EventInjector, Handler,\ - LinkOption, ReceiverOption, SenderOption,\ +from ._reactor import Container, ApplicationEvent, EventInjector, Handler, \ + LinkOption, ReceiverOption, SenderOption, \ AtLeastOnce, AtMostOnce, DynamicNodeProperties, Filter, Selector, \ DurableSubscription, Copy, Move, Backoff, Transaction --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org