We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b530aa commit 0e6f6f6Copy full SHA for 0e6f6f6
ucapi/voice_assistant.py
@@ -16,10 +16,10 @@
16
from enum import Enum
17
from typing import Any, Optional
18
19
-# Import specific enum constants to avoid pylint no-member on dynamic attributes
20
from .api_definitions import CommandHandler
21
from .entity import Entity, EntityTypes
22
+# Import specific enum constants to avoid pylint no-member on dynamic attributes
23
from .proto.ucr_integration_voice_pb2 import ( # pylint: disable=no-name-in-module # isort:skip # noqa
24
F32 as PB_F32,
25
I16 as PB_I16,
0 commit comments