Skip to content

Commit bac25b7

Browse files
committed
исправил ошибку линтера
1 parent 8858804 commit bac25b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/quiz/service/session_question_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def answer_on_session_question(session_question_id: str, answer, user: User):
370370
for net, req, mods in prepared_task
371371
]
372372

373-
networks_to_check: list[(str, str, str, str)] = []
373+
networks_to_check: list[tuple[str, str, str, str]] = []
374374
for network_json, req_json, modifications_json in prepared_task_json:
375375
try:
376376
network_json = (

0 commit comments

Comments
 (0)