Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielzsh committed Mar 27, 2024
1 parent 3eb61e5 commit d6d2995
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def problem_stats(url: str) -> Tuple[float, float, float]:
html = parse(url).html
is_plat = "plat" in url
tables = html.find_all("table")
assert len(tables) == 3, "expected three tables"
return problem_table_stats(tables[1], is_plat)


Expand Down

0 comments on commit d6d2995

Please sign in to comment.