Skip to content

Commit

Permalink
ugh... missed a space.
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas committed Sep 13, 2021
1 parent 112f52a commit cd66c72
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 @@ -1276,7 +1276,7 @@ def CSV_TO_HIVE_UPLOAD_DIRECTORY_FUNC(
elif importlib.util.find_spec("superset_config") and not is_test():
try:
import superset_config # pylint: disable=import-error
from superset_config import * # type: ignore # pylint: disable=import-error,wildcard-import
from superset_config import * # type: ignore # pylint: disable=import-error,wildcard-import

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

0 comments on commit cd66c72

Please sign in to comment.