mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-10-31 22:47:05 +01:00
Config: reformat whitespace according to PEP8
This commit is contained in:
parent
94ee9de2ee
commit
ebb0ea0527
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user