add msgspec to Python projects
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
Thomas Peetz
2026-07-31 18:28:23 +02:00
parent c4932a4665
commit bd721a8e64
3 changed files with 9 additions and 13 deletions
+2 -2
View File
@@ -11,9 +11,9 @@ from api import (
MAPPING,
EndPointNotAvailableException,
Server,
get_api_config,
get_logger,
get_api_config
)
from log import get_logger
parser = ArgumentParser(formatter_class=ArgumentDefaultsHelpFormatter)
parser.add_argument("--verbose", "-v", action="count", default=0)