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

8 lines
134 B
Python
Raw Normal View History

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