lib.ProjectConf: Remove empty line
yapf complains about a superfluous empty line, remove it. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
77d2cfb347
commit
8ba2b2434a
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ def _load(text: str) -> ProjectConf:
|
||||||
_tmpfiles.append(f.name)
|
_tmpfiles.append(f.name)
|
||||||
return ProjectConf.read(f.name)
|
return ProjectConf.read(f.name)
|
||||||
|
|
||||||
|
|
||||||
def _cleanup():
|
def _cleanup():
|
||||||
for _p in _tmpfiles:
|
for _p in _tmpfiles:
|
||||||
os.unlink(_p)
|
os.unlink(_p)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue