This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch fix-pylint
in repository https://gitbox.apache.org/repos/asf/superset.git

commit a1ee5c341b95d079326a22d69c8c0d76ad59223c
Author: hughhhh <[email protected]>
AuthorDate: Thu May 6 13:46:01 2021 -0400

    disable pylint
---
 superset/models/dashboard.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset/models/dashboard.py b/superset/models/dashboard.py
index 6203cb4..251d2be 100644
--- a/superset/models/dashboard.py
+++ b/superset/models/dashboard.py
@@ -171,6 +171,7 @@ class Dashboard(  # pylint: 
disable=too-many-instance-attributes
 
     @property
     def datasources(self) -> Set[BaseDatasource]:
+        # pylint: disable=no-member
         return {slc.datasource for slc in self.slices if slc.datasource}
 
     @property

Reply via email to