mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: upgrade black (#19410)
This commit is contained in:
@@ -100,7 +100,12 @@ class SqlQueryRenderImpl(SqlQueryRender):
|
||||
extra={
|
||||
"undefined_parameters": list(undefined_parameters),
|
||||
"template_parameters": execution_context.template_params,
|
||||
"issue_codes": [{"code": 1006, "message": MSG_OF_1006,}],
|
||||
"issue_codes": [
|
||||
{
|
||||
"code": 1006,
|
||||
"message": MSG_OF_1006,
|
||||
}
|
||||
],
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user