chg: Make mypy happy

pull/849/head
Raphaël Vinot 2022-06-16 13:15:27 +02:00
parent 597bb980ea
commit 63d402b358
1 changed files with 1 additions and 1 deletions

View File

@ -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