mirror of
https://github.com/apache/superset.git
synced 2026-06-01 05:39:17 +00:00
fix: Catch ImportErrors for Google SDKs (#25550)
This commit is contained in:
@@ -52,7 +52,7 @@ try:
|
||||
from google.oauth2 import service_account
|
||||
|
||||
dependencies_installed = True
|
||||
except ModuleNotFoundError:
|
||||
except ImportError:
|
||||
dependencies_installed = False
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user