We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f65534 commit 4e4c877Copy full SHA for 4e4c877
dramatiq/brokers/rabbitmq.py
@@ -27,8 +27,6 @@
27
from typing import Any, Optional, Union
28
29
import pika
30
-from gevent.os import ignored_errors
31
-from jinja2.lexer import ignored_tokens
32
33
from ..broker import Broker, Consumer, MessageProxy
34
from ..common import current_millis, dq_name, q_name, xq_name
0 commit comments