Skip to content

Commit

Permalink
format: black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
carlinmack committed May 22, 2024
1 parent 931dd81 commit 47335ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_administration/views/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def get_context(self, **kwargs):

def get(self, **kwargs):
"""GET view method."""
return self.render(**self.get_context(**kwargs))
return self.render(**self.get_context(**kwargs))


class AdminResourceViewSet:
Expand Down

0 comments on commit 47335ca

Please sign in to comment.