Skip to content

Commit

Permalink
Added new import error test
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 10, 2019
1 parent 4229c52 commit 723e92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quorum/amqp.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from . import exceptions

try: import pika
except: pika = None
except ImportError: pika = None

TIMEOUT = 100
""" The time the retrieval of a connection waits before
Expand Down

0 comments on commit 723e92f

Please sign in to comment.