ci: typing

This commit is contained in:
Barrett Ruth 2026-03-06 23:10:13 -05:00
parent 904bd9c18c
commit 4622c8c373
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -10,7 +10,7 @@ from typing import Any
import httpx
from .base import BaseScraper
from .timeouts import BROWSER_NAV_TIMEOUT, BROWSER_SESSION_TIMEOUT, HTTP_TIMEOUT
from .timeouts import BROWSER_SESSION_TIMEOUT, HTTP_TIMEOUT
from .models import (
ContestListResult,
ContestSummary,