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_mocks.py b/tests/test_mocks.py index d0a0ff0..287da95 100644 --- a/tests/test_mocks.py +++ b/tests/test_mocks.py
@@ -24,7 +24,7 @@ import httplib2 import os -import unittest2 as unittest +import unittest from googleapiclient.errors import HttpError from googleapiclient.errors import UnexpectedBodyError