Files
aitbc/apps
aitbc 7871b30a40
Some checks failed
Integration Tests / test-service-integration (push) Successful in 2m45s
Python Tests / test-python (push) Failing after 27s
Security Scanning / security-scan (push) Has started running
fix: add missing List import to blockchain-explorer main.py
The blockchain-explorer was failing with NameError because it used List[str]
but only imported Optional from typing. Added List to the import.
2026-04-25 08:06:11 +02:00
..