mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
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:
committed by
Franck Nijhof
parent
de94afd090
commit
ecdc1adf90
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user