Remove unused imports.
This commit is contained in:
parent
21be48f8e3
commit
4059b9b6dd
1 changed files with 0 additions and 3 deletions
|
@ -1,12 +1,9 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import tempfile
|
|
||||||
import datetime
|
import datetime
|
||||||
import logging
|
import logging
|
||||||
import os.path
|
|
||||||
|
|
||||||
import json
|
|
||||||
from google.auth.transport.requests import Request
|
from google.auth.transport.requests import Request
|
||||||
#from google.oauth2.credentials import Credentials
|
#from google.oauth2.credentials import Credentials
|
||||||
from google.oauth2.service_account import Credentials
|
from google.oauth2.service_account import Credentials
|
||||||
|
|
Loading…
Reference in a new issue