diff options
| author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2021-12-27 11:08:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-27 11:08:39 +0000 |
| commit | abc655e428cd9a1070ee6ced2a83afcc3f972aa9 (patch) | |
| tree | a135358e723539d66011f009c651ecefad4fd744 /src/virtualenv | |
| parent | bb82a73b6dbf577874f6d4bfaf72d2a7f59dfffe (diff) | |
| download | virtualenv-abc655e428cd9a1070ee6ced2a83afcc3f972aa9.tar.gz | |
[pre-commit.ci] pre-commit autoupdate (#2242)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to 'src/virtualenv')
| -rw-r--r-- | src/virtualenv/util/path/_sync.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/virtualenv/util/path/_sync.py b/src/virtualenv/util/path/_sync.py index c3d4af7..05f19d0 100644 --- a/src/virtualenv/util/path/_sync.py +++ b/src/virtualenv/util/path/_sync.py @@ -15,7 +15,6 @@ if PY2 and IS_CPYTHON and IS_WIN: # CPython2 on Windows supports unicode paths def norm(src): return ensure_text(str(src)) - else: norm = str |
