Ville Skyttä 2019-12-20 23:35:02 +02:00 committed by Franck Nijhof
parent de94afd090
commit ecdc1adf90
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ import logging
from numbers import Number
import os
import re
from socket import _GLOBAL_DEFAULT_TIMEOUT
from socket import _GLOBAL_DEFAULT_TIMEOUT # type: ignore # private, not in typeshed
from typing import Any, Callable, Dict, List, Optional, TypeVar, Union
from urllib.parse import urlparse
from uuid import UUID