From 01562953c45ac5642a6ff8e88ae42df7b221bb56 Mon Sep 17 00:00:00 2001 From: Jeevanantham <47416826+Jeevanantham-N@users.noreply.github.com> Date: Fri, 7 Feb 2020 01:04:51 -0800 Subject: [PATCH] Update auth.py --- google-drive-api-tutorial-project/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-drive-api-tutorial-project/auth.py b/google-drive-api-tutorial-project/auth.py index 3cea096..856882c 100644 --- a/google-drive-api-tutorial-project/auth.py +++ b/google-drive-api-tutorial-project/auth.py @@ -1,5 +1,5 @@ from __future__ import print_function -import httplib2 +import httplib import os from apiclient import discovery