Skip to content

Commit

Permalink
Update environment.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius authored Sep 23, 2024
1 parent 71b5560 commit d19aa93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pipenv/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -767,8 +767,6 @@ def run_activate_this(self):
code = compile(f.read(), activate_this, "exec")
exec(code, {"__file__": activate_this})

EnvironmentActivationResult = namedtuple("EnvironmentActivationResult", ["ok"])

@contextlib.contextmanager
def activated(self):
"""Helper context manager to activate the environment.
Expand Down

0 comments on commit d19aa93

Please sign in to comment.