commit | 9f7b4109b370e89c29db6c58c6bd2e09002c8d42 | [log] [tgz] |
---|---|---|
author | Anthonios Partheniou <partheniou@google.com> | Fri Jul 23 12:18:25 2021 -0400 |
committer | GitHub <noreply@github.com> | Fri Jul 23 16:18:25 2021 +0000 |
tree | 734d51b390872c338bf063b11232fafbb30ae82b | |
parent | 777eb767dadf424f5351420cf9c264a60e67e4a9 [diff] [blame] |
fix: drop six dependency (#1452) Fixes #1446 🦕
diff --git a/tests/test__helpers.py b/tests/test__helpers.py index 90c75ef..ab0bd4b 100644 --- a/tests/test__helpers.py +++ b/tests/test__helpers.py
@@ -15,12 +15,9 @@ """Unit tests for googleapiclient._helpers.""" import unittest +import urllib import mock - -import six -from six.moves import urllib - from googleapiclient import _helpers