Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jul 31, 2023
1 parent 5b8cd0c commit 448ee61
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/plone/restapi/services/relations/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,7 @@ def reply(self):
if not source and not target and not relationship:
try:
stats = relation_stats()
stats[
"@id"
] = f"{self.context.absolute_url()}/@relations"
stats["@id"] = f"{self.context.absolute_url()}/@relations"
return stats
except ImportError:
self.request.response.setStatus(501)
Expand Down

0 comments on commit 448ee61

Please sign in to comment.