Skip to content

Commit

Permalink
Take advantage of having dropped Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Darsstar committed Jan 20, 2024
1 parent 168324f commit 5652d2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aio_pika/queue.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import asyncio
from functools import partial
from types import TracebackType
from typing import Any, Awaitable, Callable, Optional, Type, overload, Literal, \
Set
from typing import (
Any, Awaitable, Callable, Optional, Type, overload, Literal, Set
)

import aiormq
from aiormq.abc import DeliveredMessage
Expand Down

0 comments on commit 5652d2d

Please sign in to comment.