diff --git a/ToolsTales.py b/ToolsTales.py index 9b9afb0..2a154f7 100644 --- a/ToolsTales.py +++ b/ToolsTales.py @@ -15,8 +15,6 @@ import collections import comptolib import lxml.etree as ET import string -import pygsheets -from googleapiclient.errors import HttpError class ToolsTales: @@ -661,7 +659,7 @@ class ToolsTales: final_list.sort() return final_list - + def extract_Google_Sheets(self, googlesheet_id, sheet_name): creds_path = "..\gsheet.json"