Skip to content

Commit e454af5

Browse files
committed
fix: re-add unimported FatalError for boj_submit_page.py
1 parent df6c4cf commit e454af5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

boj/web/boj_submit_page.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
from bs4 import BeautifulSoup
44

55
from boj.core import constant
6-
from boj.core.error import AuthenticationError
6+
from boj.core.error import FatalError
77
from boj.core.fs.file_object import TextFile
88
from boj.core.html import HtmlParser
99
from boj.core.http import RequestWithParams, RequestWithBody
1010
from boj.data.boj_info import BojInfo
11-
from boj.data.session import Session
1211

1312

1413
def make_submit_post_body(

0 commit comments

Comments
 (0)