commit | f6c1b9423e2ce828c2101bfe89e97bd6628ce03a | [log] [tgz] |
---|---|---|
author | Tres Seaver <tseaver@palladion.com> | Tue Oct 12 12:26:30 2021 -0400 |
committer | GitHub <noreply@github.com> | Tue Oct 12 12:26:30 2021 -0400 |
tree | 7906bf359c1d5ace99a72b1fbffd1584cbede1ca | |
parent | 1c9dcfd348b6601c1c5ff0f4f71aee262256377e [diff] [blame] |
tests: drop use of 'unittest2' (#1564)
diff --git a/tests/test__auth.py b/tests/test__auth.py index 6347e42..08aa83c 100644 --- a/tests/test__auth.py +++ b/tests/test__auth.py
@@ -12,13 +12,13 @@ # See the License for the specific language governing permissions and # limitations under the License. +import unittest import mock import google.auth.credentials import google_auth_httplib2 import httplib2 import oauth2client.client -import unittest2 as unittest from googleapiclient import _auth