Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 26, 2023
1 parent bcced4b commit cb0007c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_modutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def test_std_lib(self) -> None:

def test_std_lib_found_before_same_named_package_on_path(self) -> None:
realpath = str(resources.RESOURCE_PATH)
realpath_slashes = realpath.replace('\\', '\\\\')
realpath_slashes = realpath.replace("\\", "\\\\")
if WIN32:
raise AssertionError(realpath + realpath_slashes)
sys.path.insert(0, realpath)
Expand Down

0 comments on commit cb0007c

Please sign in to comment.