ci: format
This commit is contained in:
parent
a37e7f2e4a
commit
ff03b932b1
8 changed files with 28 additions and 79 deletions
|
|
@ -9,14 +9,8 @@ import httpx
|
|||
from curl_cffi import requests as curl_requests
|
||||
|
||||
from .base import BaseScraper, extract_precision
|
||||
from .models import (
|
||||
ContestListResult,
|
||||
ContestSummary,
|
||||
MetadataResult,
|
||||
ProblemSummary,
|
||||
SubmitResult,
|
||||
TestCase,
|
||||
)
|
||||
from .models import (ContestListResult, ContestSummary, MetadataResult,
|
||||
ProblemSummary, SubmitResult, TestCase)
|
||||
|
||||
BASE_URL = "https://www.codechef.com"
|
||||
API_CONTESTS_ALL = "/api/list/contests/all"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue