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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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