mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
chore: Update pylint to 2.17.4 (#24700)
Co-authored-by: John Bodley <john.bodley@gmail.com>
This commit is contained in:
@@ -289,7 +289,9 @@ def apply_post_process(
|
||||
|
||||
for query in result["queries"]:
|
||||
if query["result_format"] not in (rf.value for rf in ChartDataResultFormat):
|
||||
raise Exception(f"Result format {query['result_format']} not supported")
|
||||
raise Exception( # pylint: disable=broad-exception-raised
|
||||
f"Result format {query['result_format']} not supported"
|
||||
)
|
||||
|
||||
data = query["data"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user