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 7322703 commit 3d93ce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/security/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,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 3d93ce4

Please sign in to comment.