Skip to content

Commit

Permalink
space lint
Browse files Browse the repository at this point in the history
  • Loading branch information
numanaral authored Jan 13, 2025
1 parent 6283441 commit 3ff5221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/security/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def convert_slug_to_id(
is_embedded_by_id_or_slug_enabled = is_feature_enabled(
"PINTEREST_EMBEDDED_SUPERSET_BY_ID_OR_SLUG"
)

if is_dashboard and is_embedded_by_id_or_slug_enabled:
id_or_slug = data["id"]
try:
Expand Down

0 comments on commit 3ff5221

Please sign in to comment.