chore(format): run black on dev

This commit is contained in:
github-actions[bot] 2024-04-23 08:06:47 +00:00
parent 1717645ae1
commit c136d0bd31

View File

@ -37,7 +37,8 @@ def check_model(
if remove_incorrect:
if not os.path.exists(bakfile):
os.rename(str(target), bakfile)
else: os.remove(str(target))
else:
os.remove(str(target))
return False
if remove_incorrect and os.path.exists(bakfile):
os.remove(bakfile)