From: Michael Tremer Date: Sun, 20 Sep 2020 14:15:17 +0000 (+0000) Subject: Remove unused list X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c324468885fa60e0ba98ab68895177107d248c28;p=telemetry.git Remove unused list Signed-off-by: Michael Tremer --- diff --git a/src/collecty/plugins/base.py b/src/collecty/plugins/base.py index 80647cd..ec128b8 100644 --- a/src/collecty/plugins/base.py +++ b/src/collecty/plugins/base.py @@ -122,8 +122,6 @@ class Plugin(object, metaclass=PluginRegistration): # Initialize the logger. self.log = logging.getLogger("collecty.plugins.%s" % self.name) - self.data = [] - # Run some custom initialization. self.init(**kwargs)