mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore(pylint): Remove top-level disable (#16589)
* chore(pylint): Remove top-level disable * Update examples.py * Update command.py Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
@@ -470,9 +470,8 @@ def diff(
|
||||
return _append_columns(df, df_diff, columns)
|
||||
|
||||
|
||||
# pylint: disable=too-many-arguments
|
||||
@validate_column_args("source_columns", "compare_columns")
|
||||
def compare(
|
||||
def compare( # pylint: disable=too-many-arguments
|
||||
df: DataFrame,
|
||||
source_columns: List[str],
|
||||
compare_columns: List[str],
|
||||
|
||||
Reference in New Issue
Block a user