Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Dye <[email protected]>
  • Loading branch information
B-T-D committed Nov 1, 2024
1 parent 781123e commit 0ceb7cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metadata/metadata_service/proxy/neo4j_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,6 @@ def get_resource_description(self, *,
param_dict={'key': uri})

result = get_single_record(result)

return Description(description=result['description'] if result else None) # type: ignore

@timer_with_counter
Expand Down

0 comments on commit 0ceb7cd

Please sign in to comment.