Update 7project/backend/app/oauth/csas.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2025-10-21 22:03:13 +02:00
committed by GitHub
parent 3ebf47e371
commit 2b640fc6ac

View File

@@ -15,7 +15,6 @@ certs = (
)
class CSASOAuth(BaseOAuth2):
print(BASE_DIR)
def __init__(self, client_id: str, client_secret: str):
super().__init__(