From 014379740b19596fd4814186dd9c1f94013473e7 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Wed, 13 Oct 2021 12:52:38 +0200 Subject: [PATCH] remove unused variables --- aman/config/Weather.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aman/config/Weather.py b/aman/config/Weather.py index 7a8442e..75f1941 100644 --- a/aman/config/Weather.py +++ b/aman/config/Weather.py @@ -6,8 +6,6 @@ import sys class Weather(): def __init__(self, config : configparser.ConfigParser): self.Provider = None - self.PortReceiver = None - self.PortNotification = None # search the required sections for key in config: