Skip to content

Commit

Permalink
Hopefully appeasing the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored and stephenLYZ committed Nov 24, 2021
1 parent d28b9d8 commit 1961a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/charts/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,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
required=True,
)
showMarkers = fields.Boolean(
description="Should markers be shown. Only applies to line annotations.",
Expand Down

0 comments on commit 1961a37

Please sign in to comment.