mirror of https://github.com/MISP/PyMISP
chg: Make mypy happy
parent
597bb980ea
commit
63d402b358
|
@ -4,7 +4,7 @@
|
|||
import ipaddress
|
||||
import socket
|
||||
import idna
|
||||
from publicsuffixlist import PublicSuffixList
|
||||
from publicsuffixlist import PublicSuffixList # type: ignore
|
||||
from urllib.parse import urlparse, urlunparse
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue