mirror of
https://github.com/apache/superset.git
synced 2026-06-01 13:49:21 +00:00
chore: Update pylint to 2.17.4 (#24700)
Co-authored-by: John Bodley <john.bodley@gmail.com>
This commit is contained in:
@@ -687,7 +687,7 @@ class QueryContextProcessor:
|
||||
def get_viz_annotation_data(
|
||||
annotation_layer: dict[str, Any], force: bool
|
||||
) -> dict[str, Any]:
|
||||
# pylint: disable=import-outside-toplevel,superfluous-parens
|
||||
# pylint: disable=import-outside-toplevel
|
||||
from superset.charts.data.commands.get_data_command import ChartDataCommand
|
||||
|
||||
if not (chart := ChartDAO.find_by_id(annotation_layer["value"])):
|
||||
|
||||
Reference in New Issue
Block a user