Skip to content

Commit 0e6f6f6

Browse files
committed
fix comment
1 parent 6b530aa commit 0e6f6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ucapi/voice_assistant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
from enum import Enum
1717
from typing import Any, Optional
1818

19-
# Import specific enum constants to avoid pylint no-member on dynamic attributes
2019
from .api_definitions import CommandHandler
2120
from .entity import Entity, EntityTypes
2221

22+
# Import specific enum constants to avoid pylint no-member on dynamic attributes
2323
from .proto.ucr_integration_voice_pb2 import ( # pylint: disable=no-name-in-module # isort:skip # noqa
2424
F32 as PB_F32,
2525
I16 as PB_I16,

0 commit comments

Comments
 (0)