diff --git a/superset/security/manager.py b/superset/security/manager.py index 858ecdc157e..df2b3e0f8ec 100644 --- a/superset/security/manager.py +++ b/superset/security/manager.py @@ -990,9 +990,7 @@ class SupersetSecurityManager( # pylint: disable=too-many-public-methods self.get_datasource_access_error_object(datasource) ) - def get_rls_filters( # pylint: disable=no-self-use - self, table: "BaseDatasource" - ) -> List[SqlaQuery]: + def get_rls_filters(self, table: "BaseDatasource") -> List[SqlaQuery]: """ Retrieves the appropriate row level security filters for the current user and the passed table.