Skip to content

Commit 6b4ce80

Browse files
committed
Fix lints
1 parent 5ca377a commit 6b4ce80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async def test() -> None:
1515

1616
## Configuration
1717

18-
AioKafkaBroker parameters:
18+
AioKafkaBroker parameters:
1919
* `bootstrap_servers` - url to kafka nodes. Can be either string or list of strings.
2020
* `kafka_topic` - custom topic in kafka.
2121
* `result_backend` - custom result backend.

taskiq_aio_kafka/broker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def __init__( # noqa: WPS211
117117

118118
self._is_started = False
119119

120-
async def startup(self) -> None: # noqa: C901
120+
async def startup(self) -> None:
121121
"""Setup AIOKafkaProducer, AIOKafkaConsumer and kafka topics.
122122
123123
We will have 2 topics for default and high priority.

0 commit comments

Comments
 (0)