Don't reload module

This commit is contained in:
Frost Ming
2021-08-02 10:27:53 +08:00
parent 46ea38fcca
commit cb869897b1
-1
View File
@@ -898,7 +898,6 @@ class Environment:
finally:
sys.path = original_path
sys.prefix = original_prefix
importlib.reload(pkg_resources)
@cached_property
def finders(self):