Skip to content

Commit

Permalink
Black format
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetkaurav1st committed Nov 3, 2021
1 parent 3de448f commit 4797f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions calm/dsl/cli/vm_recovery_point_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ def get_vm_recovery_points(name, limit, offset, quiet, out, project_name, accoun
payload = {
"filter": "account_uuid=={}".format(account_uuid),
"length": limit,
"offset": offset
}
"offset": offset,
}
if name:
payload["filter"] += ";name=={}".format(name)

Expand Down

0 comments on commit 4797f32

Please sign in to comment.