Skip to content

Commit

Permalink
fix: remove unused file (#24946)
Browse files Browse the repository at this point in the history
(cherry picked from commit bcd2493)
  • Loading branch information
mdeshmu authored and michael-s-molina committed Aug 10, 2023
1 parent 2574e11 commit 7a7fa74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file removed _update-notifier-last-checked
Empty file.
1 change: 1 addition & 0 deletions superset/security/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ def can_access_dashboard(self, dashboard: "Dashboard") -> bool:

return True

# pylint: disable=no-self-use
def get_dashboard_access_error_object( # pylint: disable=invalid-name
self,
dashboard: "Dashboard", # pylint: disable=unused-argument
Expand Down

0 comments on commit 7a7fa74

Please sign in to comment.