Skip to content

Commit

Permalink
➖ Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
gy-mate committed Jun 5, 2024
1 parent 1e34ac7 commit e21fa5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/moodle_to_vikwikiquiz/quiz.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from bs4 import BeautifulSoup

from src.moodle_to_vikwikiquiz.grading_types import GradingType
from src.moodle_to_vikwikiquiz.question import Question
from src.moodle_to_vikwikiquiz.question_types import QuestionType
from src.moodle_to_vikwikiquiz.quiz_helpers import *

Expand Down

0 comments on commit e21fa5b

Please sign in to comment.