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_schema.py b/tests/test_schema.py index f5fd518..b288908 100644 --- a/tests/test_schema.py +++ b/tests/test_schema.py
@@ -19,7 +19,7 @@ import json import os -import unittest2 as unittest +import unittest from googleapiclient.schema import Schemas