fix: make mypy happy

pull/295/head
Raphaël Vinot 2021-11-26 12:47:48 -05:00
parent a4f238f33d
commit 2a9ddabc5b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ from typing import (Any, Dict, Iterable, List, MutableMapping, Optional, Set,
from uuid import uuid4
from zipfile import ZipFile
from defang import defang
from defang import defang # type: ignore
from har2tree import CrawledTree, HostNode, URLNode
from PIL import Image # type: ignore
from pymisp import MISPAttribute, MISPEvent, MISPObject