fix: disable pylint error breaking CI (#14506)

This commit is contained in:
Hugh A. Miles II
2021-05-06 15:11:07 -04:00
committed by GitHub
parent 96289e93d7
commit 1df93848d2

View File

@@ -171,6 +171,7 @@ class Dashboard( # pylint: disable=too-many-instance-attributes
@property
def datasources(self) -> Set[BaseDatasource]:
# pylint: disable=using-constant-test
return {slc.datasource for slc in self.slices if slc.datasource}
@property