mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
chore: upgrade black (#19410)
This commit is contained in:
@@ -32,7 +32,10 @@ from flask.ctx import AppContext
|
||||
],
|
||||
)
|
||||
def test_apply_top_to_sql_limit(
|
||||
app_context: AppContext, limit: int, original: str, expected: str,
|
||||
app_context: AppContext,
|
||||
limit: int,
|
||||
original: str,
|
||||
expected: str,
|
||||
) -> None:
|
||||
"""
|
||||
Ensure limits are applied to the query correctly
|
||||
|
||||
Reference in New Issue
Block a user