chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-04-05 01:31:45 -06:00
parent 5e06b6d3f4
commit 4ad10f0c6e
58 changed files with 1319 additions and 278 deletions

View File

@@ -184,7 +184,8 @@ def get_current_user(
# Check if the request path matches any allowed endpoint.
if not any(
request.url.path == allowed or request.url.path.startswith(allowed + "/")
request.url.path == allowed
or request.url.path.startswith(allowed + "/")
for allowed in allowed_paths
):
raise HTTPException(