Skip to content

Commit 407fc93

Browse files
committed
flake8
1 parent 5e05579 commit 407fc93

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/iosanita/contenttypes/browser/searchblock.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
from .export_view import IExportViewTraverser
55
from copy import deepcopy
66
from iosanita.contenttypes import _
7-
from plone.protect.interfaces import IDisableCSRFProtection
87
from plone.restapi.interfaces import ISerializeToJson
98
from zExceptions import BadRequest
109
from zExceptions import NotFound
1110
from zope.component import getMultiAdapter
12-
from zope.interface import alsoProvides
1311
from zope.interface import implementer
1412

1513
import logging
@@ -130,8 +128,6 @@ def get_data(self):
130128
# 4. fare la ricerca
131129
# 5. fare export in csv/pdf a seconda del formato
132130
"""
133-
# TODO: chi/cosa scrive sul db ? questa è da togliere a regime
134-
# alsoProvides(self.request, IDisableCSRFProtection)
135131

136132
# 2. Get columns, base filters and sorting
137133
columns = self.block_data.get("columns", [])

0 commit comments

Comments
 (0)