john-bodley commented on a change in pull request #9219: [fix] Adding SIP-15
support for the query context
URL:
https://github.com/apache/incubator-superset/pull/9219#discussion_r385453336
##########
File path: tests/core_tests.py
##########
@@ -973,7 +984,12 @@ def test_results_default_deserialization(self):
"sql": "SELECT * FROM birth_names LIMIT 100",
"status": utils.QueryStatus.PENDING,
}
- serialized_data, selected_columns, all_columns, expanded_columns =
sql_lab._serialize_and_expand_data(
+ (
Review comment:
This is `black` formatting.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]