This commit is contained in:
2025-12-15 10:29:03 +01:00
parent 9e259bb9fb
commit 460c37fe72

View File

@@ -6,7 +6,7 @@ class ApiController:
def __init__(self, config) -> None:
self.config = config
def create_party(self, white_name, black_name, time_value, increment) -> str | None:
def create_party(self, white_name, black_name, time_value, increment) -> str:
try:
with ApiClient(self.config) as client:
api = DefaultApi(client)