Skip to content

Commit 9f0821c

Browse files
committed
remove unused argument (fixes login test)
1 parent d9dce53 commit 9f0821c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/plone/restapi/renderer/blocks

src/plone/restapi/renderer/blocks/title.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ def __init__(self, context, request):
1313
self.context = context
1414
self.request = request
1515

16-
def __call__(self, block_data):
16+
def __call__(self):
1717
return f"# {self.context.title}"

0 commit comments

Comments
 (0)