mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-02-01 08:38:12 +00:00
removed unused dependencies
This commit is contained in:
parent
9d72bad314
commit
a685e91b14
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user