Skip to content

Commit

Permalink
Remove unused import in course.exam
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Sep 5, 2023
1 parent 023e396 commit e9ad77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/exam.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
THE SOFTWARE.
"""

from typing import TYPE_CHECKING, FrozenSet, Optional, Text, Tuple # noqa
from typing import TYPE_CHECKING, FrozenSet, Optional, Tuple # noqa

import django.forms as forms
from crispy_forms.layout import Submit
Expand Down

0 comments on commit e9ad77e

Please sign in to comment.