Fix some minor bug (#62)

* Fix print info

* Delete empty line
This commit is contained in:
Hayden
2024-11-25 15:58:18 +08:00
committed by GitHub
parent 1796b101c5
commit 8b6c6ebdea
2 changed files with 1 additions and 2 deletions

View File

@@ -290,5 +290,4 @@ async def migrate_legacy_information():
with open(description_path, "w", encoding="utf-8", newline="") as f:
f.write("\n".join(description_parts))
utils.print_debug("Completed migrate model information.")