Skip to content

Commit

Permalink
make flake happy
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Jan 24, 2019
1 parent f423337 commit 094e7a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions geonode/api/resourcebase_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -769,8 +769,7 @@ def format_objects(self, objects):
formatted_objects.append(formatted_obj)
return formatted_objects


def _dehydrate_links(self, bundle, link_types = None):
def _dehydrate_links(self, bundle, link_types=None):
"""Dehydrate links field."""

dehydrated = []
Expand Down

0 comments on commit 094e7a1

Please sign in to comment.