From 3caf8104948827b110a94e50f9535df7b32737a2 Mon Sep 17 00:00:00 2001 From: ekerstens <49325583+ekerstens@users.noreply.github.com> Date: Mon, 29 Nov 2021 17:31:18 -0800 Subject: [PATCH] Fix flake8 (#227) Co-authored-by: Eric Kerstens --- faust/transport/producer.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/faust/transport/producer.py b/faust/transport/producer.py index ab90be8b4..82d8c6b06 100644 --- a/faust/transport/producer.py +++ b/faust/transport/producer.py @@ -115,8 +115,6 @@ def size(self) -> int: class Producer(Service, ProducerT): """Base Producer.""" - """Base Producer.""" - app: AppT _api_version: str