Skip to content

Commit

Permalink
fix black and flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-bellenghi committed Nov 5, 2024
1 parent 0faef85 commit 395dafa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ def __call__(self, force_images=True, **kwargs):

get_taxonomy_information("tipologia_organizzazione", self.context, data)

data['image_caption'] = getattr(self.context, "image_caption", None)
data['preview_caption'] = getattr(self.context, "preview_caption", None)
data["image_caption"] = getattr(self.context, "image_caption", None)
data["preview_caption"] = getattr(self.context, "preview_caption", None)
return data

def getGeolocation(self):
Expand Down

0 comments on commit 395dafa

Please sign in to comment.