Skip to content

Commit

Permalink
Fixed import of Proton dependencies to be from unprotected files. (#118)
Browse files Browse the repository at this point in the history
[#117] Fixed import of Proton dependencies to be from unprotected files.

Signed-off-by: Ognian Baruh <[email protected]>
  • Loading branch information
Ognian Baruh authored Sep 9, 2022
1 parent 43f253d commit 919c29e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions quickstart/hono_commands_fu.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@
from string import Template

from proton import Message
from proton._reactor import AtLeastOnce
from proton.handlers import MessagingHandler
from proton.reactor import Container
from proton.reactor import Container, AtLeastOnce

ditto_live_inbox_msg_template = Template("""
{
Expand Down

0 comments on commit 919c29e

Please sign in to comment.