Skip to content

Commit

Permalink
Removed else statement with print
Browse files Browse the repository at this point in the history
  • Loading branch information
horiagunica committed Dec 14, 2023
1 parent 3eac400 commit 4dd488a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions panos_upgrade_assurance/firewall_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,5 @@ def get_fib(self) -> dict:
"MTU": entry.get("mtu")
}
results[key] = result_entry
else:
print("Invalid entry format:", entry)

return results

0 comments on commit 4dd488a

Please sign in to comment.