This is an automated email from the ASF dual-hosted git repository. michaelsmolina pushed a commit to branch 3.0 in repository https://gitbox.apache.org/repos/asf/superset.git
commit 7a7fa748f554c15be87473cc37ce486d70c83a70 Author: Multazim Deshmukh <[email protected]> AuthorDate: Thu Aug 10 20:38:54 2023 +0530 fix: remove unused file (#24946) (cherry picked from commit bcd24936bce276c6b4b149055f211abfe2dab396) --- _update-notifier-last-checked | 0 superset/security/manager.py | 1 + 2 files changed, 1 insertion(+) diff --git a/_update-notifier-last-checked b/_update-notifier-last-checked deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/superset/security/manager.py b/superset/security/manager.py index 7db81a8415..38bef7f907 100644 --- a/superset/security/manager.py +++ b/superset/security/manager.py @@ -419,6 +419,7 @@ class SupersetSecurityManager( # pylint: disable=too-many-public-methods return True + # pylint: disable=no-self-use def get_dashboard_access_error_object( # pylint: disable=invalid-name self, dashboard: "Dashboard", # pylint: disable=unused-argument
