diff --git a/apps/cli/executables/pexable/data_annotator/test/test_nothing.py b/apps/cli/executables/pexable/data_annotator/test/test_nothing.py new file mode 100644 index 0000000000000000000000000000000000000000..3b79f3d7c6cde773aff5ea674837f99aaad06fe3 --- /dev/null +++ b/apps/cli/executables/pexable/data_annotator/test/test_nothing.py @@ -0,0 +1,2 @@ +def test_always_passes(): + assert True