From 96b35a272cc94f8e857cdd8947edbd7ff8d5d424 Mon Sep 17 00:00:00 2001 From: erinhmclark Date: Fri, 24 Jan 2025 18:51:15 +0000 Subject: [PATCH] Rm gsheet references in utils --- src/auto_archiver/utils/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/auto_archiver/utils/__init__.py b/src/auto_archiver/utils/__init__.py index 788f159..d2063d0 100644 --- a/src/auto_archiver/utils/__init__.py +++ b/src/auto_archiver/utils/__init__.py @@ -1,9 +1,7 @@ """ Auto Archiver Utilities. """ # we need to explicitly expose the available imports here -from .gworksheet import GWorksheet from .misc import * from .webdriver import Webdriver -from .gsheet import Gsheets from .url import UrlUtil from .atlos import get_atlos_config_options