Skip to content

Commit f285420

Browse files
committed
Fixed black formatting
1 parent 95dc2ba commit f285420

File tree

1 file changed

+1
-0
lines changed
  • checkbox-support/checkbox_support/scripts

1 file changed

+1
-0
lines changed

checkbox-support/checkbox_support/scripts/psnr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def psnr_args() -> argparse.ArgumentParser:
5151
)
5252
return parser.parse_args()
5353

54+
5455
def _get_frame_resolution(capture) -> Tuple[int, int]:
5556
return (
5657
int(capture.get(cv2.CAP_PROP_FRAME_WIDTH)),

0 commit comments

Comments
 (0)