Skip to content

Commit cb5a29c

Browse files
cursoragentogrisel
andcommitted
Format integration tests with black 25.1.0 (CI pin)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
1 parent c694ca3 commit cb5a29c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

threadpoolctl/tests/test_windows_thread_tracer_integration.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,15 @@ def _configure_blas_thread_env():
6565

6666

6767
def _child_script(body):
68-
return textwrap.dedent("""
68+
return textwrap.dedent(
69+
"""
6970
import time
7071
7172
time.sleep({attach_delay})
7273
{body}
7374
time.sleep({flush_delay})
74-
""").format(
75+
"""
76+
).format(
7577
attach_delay=TRACER_ATTACH_DELAY_SECONDS,
7678
body=textwrap.indent(textwrap.dedent(body).strip(), " "),
7779
flush_delay=TRACER_FLUSH_DELAY_SECONDS,

0 commit comments

Comments
 (0)