Skip to content

Commit

Permalink
ci: auto fixes from pre-commit hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 20, 2024
1 parent 374cfe8 commit 79a993f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/djangocms_snippet/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Media:

list_display = ("name",)
search_fields: ClassVar[list[str]] = ["name"]
change_form_template = 'djangocms_snippet/admin/change_form.html'
change_form_template = "djangocms_snippet/admin/change_form.html"
text_area_attrs: ClassVar[dict[str, Any]] = {
"rows": 20,
"data-editor": True,
Expand Down

0 comments on commit 79a993f

Please sign in to comment.