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