diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/test_mpv.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/test_mpv.py b/tests/test_mpv.py index 670dbaf..d0590e3 100755 --- a/tests/test_mpv.py +++ b/tests/test_mpv.py @@ -18,18 +18,11 @@ import unittest from unittest import mock -import math import threading from contextlib import contextmanager -from functools import wraps -import gc import os.path import os -import sys import time -import io -import platform -import ctypes from concurrent.futures import Future os.environ["PATH"] = os.path.dirname(__file__) + os.pathsep + os.environ["PATH"] |