Skip to content

Commit

Permalink
PAPP-34012 isort fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jkamienski-splunk committed May 23, 2024
1 parent 69fb9c1 commit 81d138b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions phantom_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
from pathlib import Path
from typing import Tuple

import requests
from bs4 import BeautifulSoup
from requests.exceptions import SSLError, Timeout

import magic
import phantom.app as phantom
import phantom.rules as ph_rules
import phantom.utils as ph_utils
import requests
from bs4 import BeautifulSoup
from phantom.action_result import ActionResult
from phantom.base_connector import BaseConnector
from phantom.cef import CEF_JSON, CEF_NAME_MAPPING
from phantom.utils import CONTAINS_VALIDATORS
from phantom.vault import Vault
from requests.exceptions import SSLError, Timeout

# Constants imports
from phantom_consts import *

Expand Down

0 comments on commit 81d138b

Please sign in to comment.