mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Don't reload module
This commit is contained in:
@@ -898,7 +898,6 @@ class Environment:
|
||||
finally:
|
||||
sys.path = original_path
|
||||
sys.prefix = original_prefix
|
||||
importlib.reload(pkg_resources)
|
||||
|
||||
@cached_property
|
||||
def finders(self):
|
||||
|
||||
Reference in New Issue
Block a user