removed unused dependencies

This commit is contained in:
k4yt3x 2019-08-25 23:02:59 -04:00
parent 9d72bad314
commit a685e91b14
3 changed files with 0 additions and 3 deletions

View File

@ -11,7 +11,6 @@ Description: This class handles all FFmpeg related operations.
# built-in imports # built-in imports
import json import json
import os
import pathlib import pathlib
import subprocess import subprocess

View File

@ -12,7 +12,6 @@ that have already been upscaled.
""" """
# built-in imports # built-in imports
import os
import threading import threading
import time import time

View File

@ -23,7 +23,6 @@ import pathlib
import tempfile import tempfile
import threading import threading
import time import time
import tkinter as tk
VERSION = '1.1.1' VERSION = '1.1.1'