Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Apr 26, 2023
1 parent c67a7ab commit 2feca75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudcheck/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def parse_response(self, response):
if isinstance(v, list):
for n in v:
try:
net = ipaddress.ip_network(n)
ipaddress.ip_network(n)
ranges.add(n)
except ValueError:
pass
Expand Down

0 comments on commit 2feca75

Please sign in to comment.