Skip to content

Commit

Permalink
test: use mock from unittest (#513)
Browse files Browse the repository at this point in the history
* test: use mock from unittest

* Use `from unittest import mock`
  • Loading branch information
parthea authored Apr 18, 2023
1 parent baa83a3 commit 39e28e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-speech/tests/unit/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from __future__ import absolute_import
from types import GeneratorType

import mock
from unittest import mock

import google.auth.credentials
from google.cloud.speech_v1 import SpeechClient
Expand Down

0 comments on commit 39e28e6

Please sign in to comment.