Skip to content

Commit

Permalink
Fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Dumchenko committed Sep 18, 2024
1 parent b44348b commit c283183
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion faststream/redis/broker/broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ async def request( # type: ignore[override]
headers: Optional["AnyDict"] = None,
timeout: Optional[float] = 30.0,
) -> "RedisMessage":

msg: RedisMessage = await super().request(
message,
producer=self._producer,
Expand Down

0 comments on commit c283183

Please sign in to comment.