Miscellaneous minor fixes #47

Merged
Jan Lindemann merged 6 commits from jan/feature/20260722-fix/20260722-miscellaneous-minor-fixes into master 2026-07-22 11:15:30 +02:00 AGit
Showing only changes of commit 8ba2b2434a - Show all commits

lib.ProjectConf: Remove empty line

yapf complains about a superfluous empty line, remove it.

Signed-off-by: Jan Lindemann <jan@janware.com>
Jan Lindemann 2026-07-11 06:30:30 +02:00
Signed by: Jan Lindemann
GPG key ID: 3750640C9E25DD61

View file

@ -13,7 +13,6 @@ def _load(text: str) -> ProjectConf:
_tmpfiles.append(f.name)
return ProjectConf.read(f.name)
def _cleanup():
for _p in _tmpfiles:
os.unlink(_p)