Skip to content

Commit

Permalink
PAPP-34898 try a different change to trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mnordby-splunk committed Jan 6, 2025
1 parent 23f0bcd commit d1016ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dns_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Phantom App imports
import ipaddress # noqa
import json
import sys
import sys # noqa
from builtins import str

import phantom.app as phantom
Expand Down
2 changes: 1 addition & 1 deletion dns_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ def display_ips(provides, all_app_runs, context):
if not ctx_result:
continue
results.append(ctx_result)
# print context
# print context
return "display_ip.html"

0 comments on commit d1016ea

Please sign in to comment.