mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: Update pylint to 2.17.4 (#24700)
Co-authored-by: John Bodley <john.bodley@gmail.com>
This commit is contained in:
@@ -260,7 +260,6 @@ def get_datasource_info(
|
||||
:raises SupersetException: If the datasource no longer exists
|
||||
"""
|
||||
|
||||
# pylint: disable=superfluous-parens
|
||||
if "__" in (datasource := form_data.get("datasource", "")):
|
||||
datasource_id, datasource_type = datasource.split("__")
|
||||
# The case where the datasource has been deleted
|
||||
|
||||
Reference in New Issue
Block a user