Config: reformat whitespace according to PEP8

This commit is contained in:
Markus 2021-10-18 18:17:31 +02:00 committed by Ralf Ramsauer
parent 94ee9de2ee
commit ebb0ea0527
1 changed files with 1 additions and 1 deletions

View File

@ -53,5 +53,5 @@ class Config:
return self.config.get(self.config_topic, key)
@check_exists
def int(self,key):
def int(self, key):
return self.config.getint(self.config_topic, key)