mirror of
https://github.com/apache/superset.git
synced 2026-04-08 02:45:22 +00:00
chore: enforce more ruff rules (#31447)
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
This commit is contained in:
committed by
GitHub
parent
9da65d6bfd
commit
e51b95ffa8
@@ -31,7 +31,7 @@ def test_non_async_execute(non_async_example_db: Database, example_query: Query)
|
||||
return_results=True,
|
||||
start_time=now_as_float(),
|
||||
expand_data=True,
|
||||
log_params=dict(),
|
||||
log_params=dict(), # noqa: C408
|
||||
)
|
||||
assert result
|
||||
assert result["query_id"] == example_query.id
|
||||
|
||||
Reference in New Issue
Block a user