Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
eikichi18 committed Feb 6, 2025
1 parent 7d6f810 commit 664f4d5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ def __call__(self, version=None, include_items=True):
)
# Una via alternativa era l'injection di fullobject nella request ma
# mi pare una cosa cattiva da fare
brain_moduli = [x for x in self.context.getFolderContents() if x.portal_type != "Document"]
brain_moduli = [
x for x in self.context.getFolderContents() if x.portal_type != "Document"
]
result["moduli_del_documento"] = []
for brain in brain_moduli:
modulo = brain.getObject()
Expand Down

0 comments on commit 664f4d5

Please sign in to comment.