Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Nov 27, 2020
1 parent 7ddf9ea commit 57ca09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/datasets/dao.py
Expand Up @@ -143,7 +143,7 @@ def validate_metrics_uniqueness(dataset_id: int, metrics_names: List[str]) -> bo
return len(dataset_query) == 0

@classmethod
def update(
def update( # pylint: disable=W:279
cls,
model: SqlaTable,
properties: Dict[str, Any],
Expand Down

0 comments on commit 57ca09c

Please sign in to comment.