1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Drop tomli (#97064)

This commit is contained in:
Marc Mueller
2023-07-23 00:04:45 +02:00
committed by GitHub
parent 45ec314232
commit da6802b009
3 changed files with 3 additions and 13 deletions

View File

@@ -11,14 +11,11 @@ import re
import sys
from typing import Any
import tomllib
from homeassistant.util.yaml.loader import load_yaml
from script.hassfest.model import Integration
if sys.version_info >= (3, 11):
import tomllib
else:
import tomli as tomllib
COMMENT_REQUIREMENTS = (
"Adafruit-BBIO",
"atenpdu", # depends on pysnmp which is not maintained at this time