Skip to content

Commit

Permalink
Update manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored Feb 25, 2022
1 parent db7f03d commit fd314b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/security/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class SupersetRoleListWidget(ListWidget): # pylint: disable=too-few-public-meth
"""

template = "superset/fab_overrides/list_role.html"

def __init__(self, **kwargs: Any) -> None:
kwargs["appbuilder"] = current_app.appbuilder
super().__init__(**kwargs)
Expand Down

0 comments on commit fd314b7

Please sign in to comment.