Skip to content

Commit

Permalink
fix: disable pylint error breaking CI (#14506)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh authored May 6, 2021
1 parent 96289e9 commit 1df9384
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/models/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def url(self) -> str:

@property
def datasources(self) -> Set[BaseDatasource]:
# pylint: disable=using-constant-test
return {slc.datasource for slc in self.slices if slc.datasource}

@property
Expand Down

0 comments on commit 1df9384

Please sign in to comment.