From ee96f8253c1be62bb37d386ec518a097c1906a06 Mon Sep 17 00:00:00 2001 From: stephenLYZ <750188453@qq.com> Date: Thu, 4 Nov 2021 01:22:55 +0800 Subject: [PATCH] fix: lint --- superset/charts/schemas.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/superset/charts/schemas.py b/superset/charts/schemas.py index b4e03bb4e319..0a8309d73a9b 100644 --- a/superset/charts/schemas.py +++ b/superset/charts/schemas.py @@ -905,8 +905,7 @@ class AnnotationLayerSchema(Schema): ) show = fields.Boolean(description="Should the layer be shown", required=True) showLabel = fields.Boolean( - description="Should the label always be shown", - required=True, + description="Should the label always be shown", required=True, ) showMarkers = fields.Boolean( description="Should markers be shown. Only applies to line annotations.",