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

pep8

parent fe5b7806
Branches
Tags
No related merge requests found
...@@ -533,7 +533,6 @@ def peer_info(address_str: str) -> Response: ...@@ -533,7 +533,6 @@ def peer_info(address_str: str) -> Response:
result = _ignore_cache_or_retrieve(request, cache_key, r) result = _ignore_cache_or_retrieve(request, cache_key, r)
result = None result = None
if not result: if not result:
result = { result = {
'interfaces': [], 'interfaces': [],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment