commit:     1efbd7359b98165f31495543c63fe79a57d89b22
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 03:26:36 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 03:26:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1efbd735

dev-python/pipenv: fix WhitespaceFound

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pipenv/pipenv-2023.9.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pipenv/pipenv-2023.9.8.ebuild 
b/dev-python/pipenv/pipenv-2023.9.8.ebuild
index 6b7786ff6f88..c51698623502 100644
--- a/dev-python/pipenv/pipenv-2023.9.8.ebuild
+++ b/dev-python/pipenv/pipenv-2023.9.8.ebuild
@@ -114,7 +114,7 @@ src_prepare() {
        done
 
        sed --in-place -e 
"s/pipenv.vendor.pythonfinder.utils.get_python_version/pythonfinder.utils.get_python_version/g"
 tests/unit/test_utils.py || die "Failed patching tests"
-       
+
        rm -Rfv pipenv/vendor || die "Could not vendor"
        rm -Rfv examples || die "Could not remove examples"
 }

Reply via email to