Skip to content

Commit

Permalink
Reformatting by black to satisfy the CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
otaku42 committed May 26, 2023
1 parent c1275bb commit 4a2a8a5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions examples/v4l2py-snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,19 +162,16 @@ def save_snapshot_pil(img, args):
"--mirror-horizontal",
default=False,
action="store_true",
help="mirror snapshot horizontally"
help="mirror snapshot horizontally",
)
postproc.add_argument(
"--mirror-vertical",
default=False,
action="store_true",
help="mirror snapshot vertically"
help="mirror snapshot vertically",
)
postproc.add_argument(
"--rotate",
type=int,
default=0,
help="rotate snapshot counter-clockwise"
"--rotate", type=int, default=0, help="rotate snapshot counter-clockwise"
)

args = parser.parse_args()
Expand Down

0 comments on commit 4a2a8a5

Please sign in to comment.