mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Upgrade pylint to 2.6.0 (#39363)
This commit is contained in:
@ -3,8 +3,6 @@ from typing import Any, Dict, Optional, Tuple, Union
|
||||
|
||||
import homeassistant.core
|
||||
|
||||
# pylint: disable=invalid-name
|
||||
|
||||
GPSType = Tuple[float, float]
|
||||
ConfigType = Dict[str, Any]
|
||||
ContextType = homeassistant.core.Context
|
||||
|
Reference in New Issue
Block a user