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 from numbers import Number
import os import os
import re 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 typing import Any, Callable, Dict, List, Optional, TypeVar, Union
from urllib.parse import urlparse from urllib.parse import urlparse
from uuid import UUID from uuid import UUID

View file

@ -6,7 +6,7 @@
asynctest==0.13.0 asynctest==0.13.0
codecov==2.0.15 codecov==2.0.15
mock-open==1.3.1 mock-open==1.3.1
mypy==0.750 mypy==0.761
pre-commit==1.20.0 pre-commit==1.20.0
pylint==2.4.4 pylint==2.4.4
astroid==2.3.3 astroid==2.3.3