Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Nov 12, 2024
1 parent f679780 commit f39e92e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"z3c.jbot",
"plone.api>=1.8.4",
"plone.app.dexterity",
"collective.volto.formsupport",
"collective.volto.formsupport>=3.2.0.dev0",
],
extras_require={
"test": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
from collective.formsupport.counter import _
from collective.formsupport.counter.config import COUNTER_BLOCKS_FIELD_ID
from collective.formsupport.counter.config import COUNTER_ENABLED_FORM_FLAG_NAME
from collective.volto.formsupport.restapi.services.form_data.csv import FormDataExportGet
from collective.volto.formsupport.restapi.services.form_data.csv import (
FormDataExportGet,
)
from collective.volto.formsupport.restapi.services.form_data.csv import SKIP_ATTRS
from zope.i18n import translate

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ commands =
coverage report


[lint]
[testenv:lint]
skip_install = true

deps =
Expand Down

0 comments on commit f39e92e

Please sign in to comment.