Skip to content

Commit

Permalink
Reformat file with black
Browse files Browse the repository at this point in the history
  • Loading branch information
deajan committed Mar 29, 2023
1 parent fe4e2bb commit 550de49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ofunctions/network/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ def test_http_internet(

# Only ip servers succeed, but not fqdn servers
if (not (fqdn_servers and fqdn_success)) and ip_success:

# Don't bother with diag message when multiple fqdn_servers exist and all_targets_must_succeed is enabled
if not all_targets_must_succeed or (
all_targets_must_succeed and len(fqdn_servers) == 1
Expand Down

0 comments on commit 550de49

Please sign in to comment.