Skip to content
Snippets Groups Projects
Commit f47f43fb authored by Robert Latta's avatar Robert Latta
Browse files

Tidied up files

parent d94ddfa0
Branches
Tags
No related merge requests found
......@@ -11,4 +11,3 @@ def get_redis(): # pragma: no cover
port=config['redis']['port'])
return g.redis_db
......@@ -256,4 +256,3 @@ def get_equipment_location_data(db):
crs.execute(equipment_location_query)
r = _convert_to_dict(crs)
return r
......@@ -109,4 +109,4 @@ def get_parents(child_id):
r.hget(
external_inventory.service_child_to_parents_key,
child_id),
mimetype="application/json")
\ No newline at end of file
mimetype="application/json")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment