We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6c4cf commit e454af5Copy full SHA for e454af5
boj/web/boj_submit_page.py
@@ -3,12 +3,11 @@
3
from bs4 import BeautifulSoup
4
5
from boj.core import constant
6
-from boj.core.error import AuthenticationError
+from boj.core.error import FatalError
7
from boj.core.fs.file_object import TextFile
8
from boj.core.html import HtmlParser
9
from boj.core.http import RequestWithParams, RequestWithBody
10
from boj.data.boj_info import BojInfo
11
-from boj.data.session import Session
12
13
14
def make_submit_post_body(
0 commit comments