aboutsummaryrefslogtreecommitdiff
path: root/test/extras_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/extras_test.py')
-rw-r--r--test/extras_test.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/extras_test.py b/test/extras_test.py
index 2e1764d9..9b8ce0f0 100644
--- a/test/extras_test.py
+++ b/test/extras_test.py
@@ -1,7 +1,5 @@
import unittest
-import requests
-from gradio.processing_utils import encode_pil_to_base64
-from PIL import Image
+
class TestExtrasWorking(unittest.TestCase):
def setUp(self):
@@ -22,8 +20,10 @@ class TestExtrasWorking(unittest.TestCase):
"image": ""
}
+
class TestExtrasCorrectness(unittest.TestCase):
pass
+
if __name__ == "__main__":
unittest.main()