Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenLYZ committed Nov 24, 2021
1 parent 1961a37 commit ee96f82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions superset/charts/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit ee96f82

Please sign in to comment.