1
0
Fork 0
onnx-web/api/tests/test_test.py

7 lines
133 B
Python
Raw Normal View History

2023-01-06 19:11:47 +00:00
import unittest
# just to get CI happy
class ErrorTest(unittest.TestCase):
def test(self):
self.assertEqual(True, True)