Skip to content

Commit

Permalink
remove double space
Browse files Browse the repository at this point in the history
  • Loading branch information
Signorini committed Apr 3, 2020
1 parent a2a5bd2 commit f237f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tasks/entry_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@celery.task(name="entry.api")
def task_entry(owner_id, graph_id, typed, filters={}):

ItnMaestroData = ExternalMaestroOwneredData(graph_id, owner_id)
ItnMaestroData = ExternalMaestroOwneredData(graph_id, owner_id)
items = ItnMaestroData\
.list_request(path="systems", query=filters)\
.get_results('items')
Expand Down

0 comments on commit f237f32

Please sign in to comment.