Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Sep 20, 2024
1 parent 0f2cd44 commit afc42ed
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/redturtle/volto/browser/find_broken_links.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
from Products.Five import BrowserView
from plone import api
from plone.restapi.serializer.utils import uid_to_url
from Acquisition import aq_base
from plone import api
from plone.dexterity.utils import iterSchemata
from zope.schema import getFieldsInOrder
from plone.restapi.serializer.utils import uid_to_url
from Products.Five import BrowserView
from six import StringIO
from zope.schema import getFieldsInOrder


try:
from collective.volto.blocksfield.field import BlocksField
Expand All @@ -16,11 +17,11 @@
import csv
import logging


logger = logging.getLogger(__name__)


class View(BrowserView):

def __call__(self):
"""
Check all contents if there are some internal links with resolveuid broken
Expand Down

0 comments on commit afc42ed

Please sign in to comment.