Skip to content

Commit

Permalink
Oops, no need for joints here
Browse files Browse the repository at this point in the history
  • Loading branch information
pevans-gfz committed Jan 10, 2022
1 parent ee9aa20 commit 93c322a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions wsgi/modules/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,13 +314,6 @@ def getEventsCatalog(self):
if k == prefService:
d[k]["preferred"] = True

indent = None
if indent:
joint = ",\n" + indent * " "
else:
joint = ", "
prefService = self._EventServicePreferred

indent = None
tmp = json.dumps(d, indent=indent)

Expand Down

0 comments on commit 93c322a

Please sign in to comment.