Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman authored Sep 20, 2024
1 parent 2fef0cd commit 6e408e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_torchfix.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit 6e408e5

Please sign in to comment.