Upgrade mypy to 0.761 (#30104)
https://mypy-lang.blogspot.com/2019/12/mypy-0760-released.html https://github.com/python/mypy/releases/tag/v0.761
This commit is contained in:
parent
de94afd090
commit
ecdc1adf90
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue