Skip to content

Commit

Permalink
try noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 28, 2024
1 parent 649feda commit fb134db
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 @@ -1703,7 +1703,7 @@ class ExtraDynamicQueryFilters(TypedDict, total=False):
try:
# pylint: disable=import-error,wildcard-import,unused-wildcard-import
import superset_config
from superset_config import *
from superset_config import * # noqa: F403, F401

Check warning on line 1706 in superset/config.py

View check run for this annotation

Codecov / codecov/patch

superset/config.py#L1706

Added line #L1706 was not covered by tests

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

0 comments on commit fb134db

Please sign in to comment.