fix test, remove more gdata refs

This commit is contained in:
Jay Lee
2026-07-04 18:15:32 -04:00
parent c5615f9935
commit 2c6bb93d22
6 changed files with 281 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ class TestAllModulesImport:
for line in lines:
stripped = line.strip()
if stripped.startswith('import ') and not stripped.startswith(
('import gam', 'import gdata', 'import google', 'import httplib2',
('import gam', 'import google', 'import httplib2',
'import arrow', 'import distro', 'import termios')):
stdlib_imports.append(stripped)