Skip to content

Commit

Permalink
Format imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nazywam committed Mar 6, 2024
1 parent 9fda247 commit 1f13808
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions karton/misp_pusher/misp_pusher.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
from uuid import UUID, uuid5

from karton.core import Config, Karton, Task
from mwdb_iocextract import parse # type: ignore
from mwdblib.util import config_dhash # type: ignore
from pymisp import PyMISP, MISPEvent
from pymisp import MISPEvent, PyMISP
from pymisp.mispevent import MISPGalaxyCluster

from mwdb_iocextract import parse # type: ignore


def http_url(value: str) -> str:
"""Ensure that provided value looks like a HTTP URL (https://sth),
Expand Down

0 comments on commit 1f13808

Please sign in to comment.