From 78ee774585aa6c8993d24a9fdcc4604dc5522da9 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Mon, 19 Nov 2018 09:24:36 -0600 Subject: [PATCH] Removed comment hinting at upload being in drive_folder --- gapi/drive_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gapi/drive_api.py b/gapi/drive_api.py index ecc7331..5aef2be 100644 --- a/gapi/drive_api.py +++ b/gapi/drive_api.py @@ -118,7 +118,6 @@ class drive_folder(drive_file): for file in response['files']: yield file - # def create_file(self, class drive_api(API): def __init__(