mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
Remove Python 3.11 from CI (#112626)
This commit is contained in:
@@ -905,7 +905,7 @@ def _deprecated_or_removed(
|
||||
try:
|
||||
near = (
|
||||
f"near {config.__config_file__}" # type: ignore[attr-defined]
|
||||
f":{config.__line__} "
|
||||
f":{config.__line__} " # type: ignore[attr-defined]
|
||||
)
|
||||
except AttributeError:
|
||||
near = ""
|
||||
|
Reference in New Issue
Block a user