Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
eikichi18 committed Feb 5, 2025
1 parent 5fde709 commit 0194100
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ 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()
]
brain_moduli = [x for x in self.context.getFolderContents()]
result["moduli_del_documento"] = []
for brain in brain_moduli:
modulo = brain.getObject()
Expand Down

0 comments on commit 0194100

Please sign in to comment.