From 744eb33da4cdccacd6bcd1a65e2e43cd2da5d42e Mon Sep 17 00:00:00 2001 From: lexzach Date: Sat, 18 Oct 2025 17:08:15 -0400 Subject: [PATCH] changed formatting --- src/main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.py b/src/main.py index b6d6897..7cfccb5 100644 --- a/src/main.py +++ b/src/main.py @@ -78,8 +78,6 @@ else: app = FastAPI(docs_url=None, redoc_url=None, openapi_url=None) logger.info("Started FastAPI.") - - def _generate_license_key() -> str: """ Generate a cryptographically secure token @@ -89,7 +87,6 @@ def _generate_license_key() -> str: for _ in range(LICENSE_KEY_PARTS) ) - @app.post("/license", status_code=status.HTTP_201_CREATED) async def create_license_key( is_active: bool = True,