mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-02-13 00:24:46 +08:00
removed unused dependencies
This commit is contained in:
@@ -11,7 +11,6 @@ Description: This class handles all FFmpeg related operations.
|
||||
|
||||
# built-in imports
|
||||
import json
|
||||
import os
|
||||
import pathlib
|
||||
import subprocess
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ that have already been upscaled.
|
||||
"""
|
||||
|
||||
# built-in imports
|
||||
import os
|
||||
import threading
|
||||
import time
|
||||
|
||||
|
||||
@@ -23,7 +23,6 @@ import pathlib
|
||||
import tempfile
|
||||
import threading
|
||||
import time
|
||||
import tkinter as tk
|
||||
|
||||
VERSION = '1.1.1'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user