ci: format
This commit is contained in:
parent
5e4d3d1b61
commit
b6f06fdae5
2 changed files with 6 additions and 2 deletions
|
|
@ -123,7 +123,9 @@ def _parse_contests_page(html: str) -> list[ContestSummary]:
|
|||
start_time = int(dt.timestamp())
|
||||
except Exception:
|
||||
pass
|
||||
results.append(ContestSummary(id=cid, name=name, display_name=name, start_time=start_time))
|
||||
results.append(
|
||||
ContestSummary(id=cid, name=name, display_name=name, start_time=start_time)
|
||||
)
|
||||
return results
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue