From 9edd1e75294f17914d22cc463cc4e74ae870b6ac Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 18 Feb 2021 11:33:34 -0500 Subject: [PATCH] Removed unused import --- examples/proofpoint_tap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/proofpoint_tap.py b/examples/proofpoint_tap.py index 18e1452..d76aa3f 100644 --- a/examples/proofpoint_tap.py +++ b/examples/proofpoint_tap.py @@ -1,7 +1,7 @@ import requests from requests.auth import HTTPBasicAuth import json -from pymisp import ExpandedPyMISP, MISPEvent, MISPOrganisation +from pymisp import ExpandedPyMISP, MISPEvent from keys import misp_url, misp_key, misp_verifycert, proofpoint_sp, proofpoint_secret import urllib3 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)