ci: format

This commit is contained in:
Barrett Ruth 2026-03-05 01:39:59 -05:00
parent 2cdde85d36
commit 1afe41103f
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
4 changed files with 17 additions and 25 deletions

View file

@ -342,9 +342,7 @@ class CSESScraper(BaseScraper):
return None
return token
async def _check_token(
self, client: httpx.AsyncClient, token: str
) -> bool:
async def _check_token(self, client: httpx.AsyncClient, token: str) -> bool:
try:
r = await client.get(
f"{API_URL}/login",