From dccb77410e52170fcdfa1b3ec7201c065a68db7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Mon, 4 Oct 2021 11:03:41 +0100 Subject: [PATCH] PR Feedback MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- src/virtualenv/create/via_global_ref/builtin/pypy/pypy3.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/virtualenv/create/via_global_ref/builtin/pypy/pypy3.py b/src/virtualenv/create/via_global_ref/builtin/pypy/pypy3.py index ee1457490..3524f55ca 100644 --- a/src/virtualenv/create/via_global_ref/builtin/pypy/pypy3.py +++ b/src/virtualenv/create/via_global_ref/builtin/pypy/pypy3.py @@ -5,8 +5,6 @@ from six import add_metaclass from virtualenv.create.describe import PosixSupports, Python3Supports, WindowsSupports -from virtualenv.create.via_global_ref.builtin.ref import PathRefToDest -from virtualenv.util.path import Path from .common import PyPy