mirror of
https://github.com/apache/superset.git
synced 2026-04-09 11:25:23 +00:00
chore: upgrade black (#19410)
This commit is contained in:
@@ -111,7 +111,10 @@ class TestSqlValidatorEndpoint(SupersetTestCase):
|
||||
get_validator_by_name.return_value = validator
|
||||
validator.validate.return_value = [
|
||||
SQLValidationAnnotation(
|
||||
message="This worked", line_number=4, start_column=12, end_column=42,
|
||||
message="This worked",
|
||||
line_number=4,
|
||||
start_column=12,
|
||||
end_column=42,
|
||||
)
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user