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

pep8

parent caae3380
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ def service_category_interfaces(category):
config_params = current_app.config['INVENTORY_PROVIDER_CONFIG']
for doc in common.load_json_docs(
config_params=config_params,
key_pattern= f'interface-services:{cat}:*'):
key_pattern=f'interface-services:{cat}:*'):
cached_ifc = doc['value']
basic_ifc_info = dict()
for k in ['description', 'interface', 'router']:
......
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