Skip to content

Commit

Permalink
Fixed WPS306
Browse files Browse the repository at this point in the history
  • Loading branch information
Dashboy1998 committed Nov 23, 2024
1 parent 650a52b commit 9b72031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ffmpeg_automator.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def create_directories(root):
return mv_dir, encoded_dir


class VideoFile():
class VideoFile:
def __init__(self, root_dir, file_path):
self._root_dir = root_dir
self._file_path = file_path
Expand Down

0 comments on commit 9b72031

Please sign in to comment.