Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
kuo committed Aug 5, 2020
1 parent 1fd3d6b commit a97b166
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/sync_recognize.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from voicegain_api import ApiClient
from voicegain_api import Configuration
from voicegain_api import RecognizeApi
from voicegain_speech import ApiClient
from voicegain_speech import Configuration
from voicegain_speech import RecognizeApi
import base64


Expand Down

0 comments on commit a97b166

Please sign in to comment.