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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user