remove unused variables
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user