chg: Make MyPy happy

pull/180/head
Raphaël Vinot 2021-03-08 14:03:03 +01:00
parent e35ceab3dd
commit 4533bbdfa2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ from .helpers import get_homedir, get_config
from .exceptions import ConfigError
import vt # type: ignore
from vt.error import APIError
from vt.error import APIError # type: ignore
from pysanejs import SaneJS
from pyeupi import PyEUPI
from pymisp import PyMISP, MISPEvent