diff --git a/tests/basic/test_coder.py b/tests/basic/test_coder.py index 6eafa1467..d62ab6b65 100644 --- a/tests/basic/test_coder.py +++ b/tests/basic/test_coder.py @@ -301,7 +301,7 @@ class TestCoder(unittest.TestCase): ] # Pre-format the Windows path to avoid backslash issues in f-string expressions - windows_path = test_files[2].replace('/', '\\') + windows_path = test_files[2].replace("/", "\\") for fname in test_files: fpath = Path(fname)