Skip to content

Commit b447ad7

Browse files
author
Vinothini Dharmaraj
committed
removed the result state reference
1 parent 9460a72 commit b447ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/communication/azure-communication-callautomation/tests/test_streaming_data_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import json
88
import unittest
9-
from azure.communication.callautomation._models import (TranscriptionMetadata,TranscriptionData,WordData,TextFormat,ResultState)
9+
from azure.communication.callautomation._models import (TranscriptionMetadata,TranscriptionData,WordData,TextFormat)
1010
from azure.communication.callautomation._streaming_data_parser import StreamingDataParser
1111

1212
class TestStreamDataParser(unittest.TestCase):

0 commit comments

Comments
 (0)