mirror of
https://github.com/apache/superset.git
synced 2026-04-08 19:05:46 +00:00
chore: upgrade black (#19410)
This commit is contained in:
@@ -41,7 +41,8 @@ def test_diff():
|
||||
# invalid column reference
|
||||
with pytest.raises(InvalidPostProcessingError):
|
||||
diff(
|
||||
df=timeseries_df, columns={"abc": "abc"},
|
||||
df=timeseries_df,
|
||||
columns={"abc": "abc"},
|
||||
)
|
||||
|
||||
# diff by columns
|
||||
|
||||
Reference in New Issue
Block a user