Skip to content

Commit

Permalink
refactor: Remove unused import in widgets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dchiller committed Jul 10, 2024
1 parent b9c594c commit 97c7bd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django/cantusdb_project/main_app/widgets.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from django.forms.widgets import TextInput, Select, Textarea, CheckboxInput
from django.utils.safestring import mark_safe


class TextInputWidget(TextInput):
Expand Down

0 comments on commit 97c7bd7

Please sign in to comment.