diff --git a/adapters/google.py b/adapters/google.py index 83883a2..92e24e8 100644 --- a/adapters/google.py +++ b/adapters/google.py @@ -1,12 +1,9 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -import tempfile import datetime import logging -import os.path -import json from google.auth.transport.requests import Request #from google.oauth2.credentials import Credentials from google.oauth2.service_account import Credentials