uv run ruff format && uv run ruff check --fix

This commit is contained in:
Jussi Saurio
2025-07-09 09:49:29 +03:00
parent 943793a571
commit f312227825
5 changed files with 39 additions and 40 deletions

View File

@@ -52,4 +52,3 @@ def main() -> None:
if __name__ == "__main__":
main()