1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Python 3.10 support cleanups (#98640)

This commit is contained in:
Ville Skyttä
2023-08-21 20:14:07 +03:00
committed by GitHub
parent faf0f5f19b
commit 2399cd283a
31 changed files with 75 additions and 103 deletions

View File

@@ -9,9 +9,8 @@ from pathlib import Path
import pkgutil
import re
import sys
from typing import Any
import tomllib
from typing import Any
from homeassistant.util.yaml.loader import load_yaml
from script.hassfest.model import Integration