disabled formatting for example code to keep comment indentation

This commit is contained in:
k4yt3x 2023-05-29 14:08:26 +00:00
parent 60ae71f3c5
commit 275f329f7f
2 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@ import pathlib
# import video2x
from video2x import Video2X
# create video2x object
video2x = Video2X()
# run upscale
# fmt: off
video2x.interpolate(
pathlib.Path("input.mp4"), # input video path
pathlib.Path("output.mp4"), # another

View File

@ -7,11 +7,11 @@ import pathlib
# import video2x
from video2x import Video2X
# create video2x object
video2x = Video2X()
# run upscale
# fmt: off
video2x.upscale(
pathlib.Path("input.mp4"), # input video path
pathlib.Path("output.mp4"), # another