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

removed unused assignment

parent 10800590
No related branches found
No related tags found
No related merge requests found
...@@ -357,7 +357,7 @@ def ix_peering_info(peer_info: dict) -> dict: ...@@ -357,7 +357,7 @@ def ix_peering_info(peer_info: dict) -> dict:
} }
try: try:
address = ipaddress.ip_address(peer_info['name']) ipaddress.ip_address(peer_info['name'])
except ValueError: except ValueError:
raise ClassifierProcessingError( raise ClassifierProcessingError(
f'unable to parse {peer_info["name"]} as an ip address') f'unable to parse {peer_info["name"]} as an ip address')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment