You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2023/08/09 02:46:38 UTC

[superset] branch upload_gsheets updated: Fix lint

This is an automated email from the ASF dual-hosted git repository.

beto pushed a commit to branch upload_gsheets
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/upload_gsheets by this push:
     new 4d58127fe3 Fix lint
4d58127fe3 is described below

commit 4d58127fe3f35ff70c333a59d0fde8695a8c89ab
Author: Beto Dealmeida <ro...@dealmeida.net>
AuthorDate: Tue Aug 8 19:46:15 2023 -0700

    Fix lint
---
 superset/db_engine_specs/gsheets.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset/db_engine_specs/gsheets.py b/superset/db_engine_specs/gsheets.py
index 59d9a6bcf8..a9ec921188 100644
--- a/superset/db_engine_specs/gsheets.py
+++ b/superset/db_engine_specs/gsheets.py
@@ -360,6 +360,7 @@ class GSheetsEngineSpec(ShillelaghEngineSpec):
         cells in the existing sheet before uploading the new data. Appending to an
         existing table is not supported because we can't ensure that the schemas match.
         """
+        # pylint: disable=import-outside-toplevel
         from shillelagh.backends.apsw.dialects.base import get_adapter_for_table_name
 
         # grab the existing catalog, if any