Skip to content

Commit

Permalink
isort-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
daltonmatos committed Jul 14, 2023
1 parent e8fd421 commit 145191c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions asyncworker/easyqueue/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from aioamqp.channel import Channel
from aioamqp.exceptions import AioamqpException
from aioamqp.protocol import OPEN

from asyncworker.conf import settings

OnErrorCallback = Union[
Expand Down
1 change: 1 addition & 0 deletions asyncworker/easyqueue/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
from aioamqp.channel import Channel
from aioamqp.envelope import Envelope
from aioamqp.properties import Properties

from asyncworker.conf import settings
from asyncworker.easyqueue.connection import AMQPConnection
from asyncworker.easyqueue.exceptions import UndecodableMessageException
Expand Down
1 change: 1 addition & 0 deletions tests/easyqueue/base.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from unittest.mock import AsyncMock, patch

import aioamqp

from asyncworker.easyqueue.queue import JsonQueue, QueueConsumerDelegate


Expand Down

0 comments on commit 145191c

Please sign in to comment.