chore: fix formatting of test comment in manage.py
Some checks failed
CI/CD Pipeline / Code Quality Checks (push) Successful in 1m53s
CI/CD Pipeline / Run Tests (push) Failing after 1m55s
CI/CD Pipeline / Build & Push Images (push) Successful in 4m46s
CI/CD Pipeline / Deploy (prod) (push) Has been skipped
CI/CD Pipeline / Deploy (dev) (push) Successful in 1m12s

This commit is contained in:
2026-02-10 11:32:27 +01:00
parent 4186c64f49
commit cdc30400f8

View File

@@ -17,6 +17,7 @@ def main():
) from exc
execute_from_command_line(sys.argv)
#test_comment
# test_comment
if __name__ == "__main__":
main()