Skip to content
Snippets Groups Projects
Commit af2fe0e2 authored by Erik Reid's avatar Erik Reid
Browse files

pep8

parent a5e010b2
No related branches found
No related tags found
No related merge requests found
...@@ -346,7 +346,6 @@ AND circuit_type = 'Path' ...@@ -346,7 +346,6 @@ AND circuit_type = 'Path'
'port_number': port_number 'port_number': port_number
} }
with db.cursor(connection) as crs: with db.cursor(connection) as crs:
crs.execute(circuit_query, args) crs.execute(circuit_query, args)
r = _convert_to_dict(crs) r = _convert_to_dict(crs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment