diff --git a/bin/ffmpeg.py b/bin/ffmpeg.py index ab3d139..17bbc61 100644 --- a/bin/ffmpeg.py +++ b/bin/ffmpeg.py @@ -11,7 +11,6 @@ Description: This class handles all FFmpeg related operations. # built-in imports import json -import os import pathlib import subprocess diff --git a/bin/image_cleaner.py b/bin/image_cleaner.py index 1306129..50a03bf 100644 --- a/bin/image_cleaner.py +++ b/bin/image_cleaner.py @@ -12,7 +12,6 @@ that have already been upscaled. """ # built-in imports -import os import threading import time diff --git a/bin/video2x_gui.py b/bin/video2x_gui.py index b8144dd..6648b9c 100644 --- a/bin/video2x_gui.py +++ b/bin/video2x_gui.py @@ -23,7 +23,6 @@ import pathlib import tempfile import threading import time -import tkinter as tk VERSION = '1.1.1'