Skip to content

Commit

Permalink
fix mypy fail
Browse files Browse the repository at this point in the history
fix mypy fail

fix mypy fail
  • Loading branch information
kgabryje committed May 9, 2023
1 parent 7ddf8f4 commit 87b9afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1598,7 +1598,7 @@ class ExtraRelatedQueryFilters(TypedDict, total=False):
try:
# pylint: disable=import-error,wildcard-import,unused-wildcard-import
import superset_config
from superset_config import *
from superset_config import * # type: ignore

print(f"Loaded your LOCAL configuration at [{superset_config.__file__}]")
except Exception:
Expand Down

0 comments on commit 87b9afb

Please sign in to comment.