Update config_flow.py

This commit is contained in:
KNOOP 2024-12-19 18:30:28 +08:00 committed by GitHub
parent fdd4da19f6
commit d797f1faa7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,8 +50,7 @@ import hashlib
import json
import secrets
import traceback
from typing import Any
from typing import Optional
from typing import Any, Optional
from aiohttp import web
from aiohttp.hdrs import METH_GET
import voluptuous as vol