Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdang committed Oct 18, 2024
1 parent e626ac4 commit b4abf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silverback/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def pay():
ClusterTier.STANDARD.name.capitalize(),
ClusterTier.PREMIUM.name.capitalize(),
],
case_sensitive=False
case_sensitive=False,
),
help="Named set of options to use for cluster as a base (Defaults to Standard)",
)
Expand Down

0 comments on commit b4abf1b

Please sign in to comment.