Skip to content

Commit

Permalink
[Fixes #12124] Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed Jul 3, 2024
1 parent 74d64c2 commit 1c3ef8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/client/hooksets.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ def metadata_update_redirect(self, url, request=None):
return url.replace("/metadata", "")

def get_absolute_url(self, context=None):
return None
return None

Check warning on line 147 in geonode/client/hooksets.py

View check run for this annotation

Codecov / codecov/patch

geonode/client/hooksets.py#L147

Added line #L147 was not covered by tests

0 comments on commit 1c3ef8a

Please sign in to comment.