Reformat file with black

This commit is contained in:
Orsiris de Jong 2024-11-03 22:09:29 +01:00
parent dad801161d
commit 80402f1b46

View file

@ -614,7 +614,9 @@ This is free software, and you are welcome to redistribute it under certain cond
cli_args["op_args"] = {"path": args.find}
elif args.forget:
cli_args["operation"] = "forget"
cli_args["op_args"] = {"snapshots": [snapshot.strip() for snapshot in args.forget.split(',')]}
cli_args["op_args"] = {
"snapshots": [snapshot.strip() for snapshot in args.forget.split(",")]
}
elif args.policy or args.group_operation == "policy":
cli_args["operation"] = "forget"
cli_args["op_args"] = {"use_policy": True}