From f39e92e304c170238875c97667cb1469972f6339 Mon Sep 17 00:00:00 2001 From: Mauro Amico Date: Tue, 12 Nov 2024 18:55:00 +0100 Subject: [PATCH] lint --- setup.py | 2 +- .../formsupport/counter/restapi/services/form_data/csv.py | 4 +++- tox.ini | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 8d83da7..9bd9f6a 100644 --- a/setup.py +++ b/setup.py @@ -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": [ diff --git a/src/collective/formsupport/counter/restapi/services/form_data/csv.py b/src/collective/formsupport/counter/restapi/services/form_data/csv.py index 8f6011f..7365d7d 100644 --- a/src/collective/formsupport/counter/restapi/services/form_data/csv.py +++ b/src/collective/formsupport/counter/restapi/services/form_data/csv.py @@ -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 diff --git a/tox.ini b/tox.ini index 31c542b..34f5cd8 100644 --- a/tox.ini +++ b/tox.ini @@ -82,7 +82,7 @@ commands = coverage report -[lint] +[testenv:lint] skip_install = true deps =