3
0

flake8 linting

This commit is contained in:
2023-01-12 13:16:51 +01:00
parent f9c9b98868
commit 9325950f51
21 changed files with 220 additions and 126 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ class Config:
return _cached_config
@staticmethod
def load(filename: typing.Optional[str]=None) -> Config:
def load(filename: typing.Optional[str] = None) -> Config:
if filename is None:
for name in ('capport.yaml', '/etc/capport.yaml'):
if os.path.exists(name):