Skip to content

Commit 8904f17

Browse files
authored
Remove unused util module in conversation (#141293)
1 parent 4472dc5 commit 8904f17

File tree

3 files changed

+0
-96
lines changed

3 files changed

+0
-96
lines changed

homeassistant/components/conversation/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
from collections.abc import Callable
66
import logging
7-
import re
87
from typing import Literal
98

109
from hassil.recognize import RecognizeResult
@@ -91,8 +90,6 @@
9190

9291
_LOGGER = logging.getLogger(__name__)
9392

94-
REGEX_TYPE = type(re.compile(""))
95-
9693
SERVICE_PROCESS_SCHEMA = vol.Schema(
9794
{
9895
vol.Required(ATTR_TEXT): cv.string,

homeassistant/components/conversation/util.py

Lines changed: 0 additions & 37 deletions
This file was deleted.

tests/components/conversation/test_util.py

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)