Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrunewald committed Apr 10, 2024
1 parent de71e4c commit cdf1fce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plone/app/linkintegrity/browser/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def get_breaches(self, items=None):
uids_to_ignore = set()
uids_visited = set()
self.breach_count = {}
brains_to_delete = []
path2obj = dict()
path2brains = dict()

Expand All @@ -69,7 +68,6 @@ def get_breaches(self, items=None):
# determine breaches
for obj_path, obj in path2obj.items():
brains_to_delete = path2brains[obj_path]
# prepare the collection of breaches for current item
for brain_to_delete in brains_to_delete:
try:
obj_to_delete = brain_to_delete.getObject() # noqa
Expand Down

0 comments on commit cdf1fce

Please sign in to comment.