| 1 | import unittest |
| 2 | |
| 3 | class TestImport(unittest.TestCase): |
| 4 | # Basic import tests for packages without any. |
| 5 | def test_basic(self): |
| 6 | import tensorflow_datasets |
| 7 | import segment_anything |
nothing calls this directly
no outgoing calls
no test coverage detected