Skip to content

Commit 50bdba3

Browse files
committed
style: linter wants weird import commentary
1 parent 60374bf commit 50bdba3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

taskiq_sqs/broker.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
from __future__ import annotations # Needed for conditional type import support
1+
from __future__ import (
2+
annotations, # Needed for conditional type import support
3+
)
24

35
import asyncio
46
import logging

0 commit comments

Comments
 (0)