Skip to content

Commit

Permalink
[JENKINS] - Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Dec 5, 2024
1 parent c7fd82b commit e418126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eea/volto/policy/restapi/services/contextnavigation/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def render(self):
res["items"].extend(self.createNavTree())

return res

def title(self):
""" title """
# Allow to have empty title without Navigation fallback
Expand Down

0 comments on commit e418126

Please sign in to comment.