Files
aitbc/apps
aitbc 5cf945e313
Some checks failed
API Endpoint Tests / test-api-endpoints (push) Successful in 15s
Integration Tests / test-service-integration (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
fix: move from __future__ import annotations to top of payments.py
Python requires from __future__ imports to be at the beginning of the file.
The import was at line 10, causing SyntaxError during coordinator-api startup.
2026-04-25 08:15:07 +02:00
..