Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rdyro committed Oct 10, 2024
1 parent d5c48ac commit 6e94d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/logging_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def test_subprocess_cpp_logging_level(self):
if sys.executable is None:
raise self.skipTest("test requires access to python binary")

program = f"""
program = """
import sys
import jax # this prints INFO logging from backend imports
jax.distributed.initialize("127.0.0.1:12345", num_processes=1, process_id=0)
Expand Down

0 comments on commit 6e94d48

Please sign in to comment.