Fix lint in run_single_gpu.py

PiperOrigin-RevId: 658933291
This commit is contained in:
Yue Sheng 2024-08-02 16:02:13 -07:00 committed by jax authors
parent 51abbf9041
commit eb571c984a

View File

@ -85,7 +85,6 @@ def collect_testmodules():
print("Found %d test modules." % (len(test_files)))
print("--------------------------------------------")
print("\n".join(test_files))
return test_files