Skip to content

Commit 0ed05fe

Browse files
committed
fix ruff issue
1 parent 8ed7e76 commit 0ed05fe

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ repos:
1616
rev: v0.6.7
1717
hooks:
1818
- id: ruff
19-
args: ["--force-exclude"]
2019
- id: ruff-format

djangocms_form_builder/cms_plugins/form_plugins.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
from django.utils.encoding import force_str
44
from django.utils.translation import gettext_lazy as _
55

6-
from .. import forms
6+
from .. import forms, models, settings
77
from .. import forms as forms_module
8-
from .. import models, settings
98
from ..helpers import add_plugin, delete_plugin, insert_fields
109
from .ajax_plugins import FormPlugin
1110

0 commit comments

Comments
 (0)