Skip to content

Commit

Permalink
fix: re-add unimported FatalError for boj_submit_page.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Sep 6, 2024
1 parent df6c4cf commit e454af5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions boj/web/boj_submit_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
from bs4 import BeautifulSoup

from boj.core import constant
from boj.core.error import AuthenticationError
from boj.core.error import FatalError
from boj.core.fs.file_object import TextFile
from boj.core.html import HtmlParser
from boj.core.http import RequestWithParams, RequestWithBody
from boj.data.boj_info import BojInfo
from boj.data.session import Session


def make_submit_post_body(
Expand Down

0 comments on commit e454af5

Please sign in to comment.