Skip to content

Commit

Permalink
chore: flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Nov 4, 2024
1 parent 31a0cc1 commit 33755f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions silverback/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,8 +714,6 @@ def cancel_payment_stream(
NOTE: Only the Stream owner can perform this action!
"""
from silverback.cluster.types import ResourceStatus

if "/" not in cluster_path or len(cluster_path.split("/")) > 2:
raise click.BadArgumentUsage(f"Invalid cluster path: '{cluster_path}'")

Expand Down

0 comments on commit 33755f3

Please sign in to comment.