mirror of
https://github.com/esphome/esphome.git
synced 2025-09-04 20:32:21 +01:00
Bump python min to 3.9 (#3871)
This commit is contained in:
@@ -5,8 +5,7 @@ from esphome.core import CORE
|
||||
from esphome.helpers import read_file
|
||||
|
||||
|
||||
def read_config_file(path):
|
||||
# type: (str) -> str
|
||||
def read_config_file(path: str) -> str:
|
||||
if CORE.vscode and (
|
||||
not CORE.ace or os.path.abspath(path) == os.path.abspath(CORE.config_path)
|
||||
):
|
||||
|
Reference in New Issue
Block a user