From a685e91b145e020ac1ccd78f3a06616350bccdad Mon Sep 17 00:00:00 2001 From: k4yt3x <k4yt3x@k4yt3x.com> Date: Sun, 25 Aug 2019 23:02:59 -0400 Subject: [PATCH] removed unused dependencies --- bin/ffmpeg.py | 1 - bin/image_cleaner.py | 1 - bin/video2x_gui.py | 1 - 3 files changed, 3 deletions(-) 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'