Skip to content

Commit cb0007c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bcced4b commit cb0007c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_modutils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def test_std_lib(self) -> None:
270270

271271
def test_std_lib_found_before_same_named_package_on_path(self) -> None:
272272
realpath = str(resources.RESOURCE_PATH)
273-
realpath_slashes = realpath.replace('\\', '\\\\')
273+
realpath_slashes = realpath.replace("\\", "\\\\")
274274
if WIN32:
275275
raise AssertionError(realpath + realpath_slashes)
276276
sys.path.insert(0, realpath)

0 commit comments

Comments
 (0)