From 6e408e57e8db2c6ddda48ae36461700d72977c3e Mon Sep 17 00:00:00 2001 From: Simon Brugman Date: Fri, 20 Sep 2024 21:58:20 +0200 Subject: [PATCH] Flake8 --- tests/test_torchfix.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/test_torchfix.py b/tests/test_torchfix.py index 5213bc5..8492d75 100644 --- a/tests/test_torchfix.py +++ b/tests/test_torchfix.py @@ -121,7 +121,8 @@ def test_stderr_suppression(tmp_path): ) assert ( result.stderr - == f"Executing codemod...\nFailed to determine module name for {data_path}: '{data_path}' is not in the subpath" - " of '' OR one path is relative and the other is absolute.\nFinished checking 1 files.\nTransformed 1 files " + == f"Executing codemod...\nFailed to determine module name for {data_path}: " + f"'{data_path}' is not in the subpath of '' OR one path is relative and the " + "other is absolute.\nFinished checking 1 files.\nTransformed 1 files " "successfully.\n" )