Skip to content

Commit

Permalink
Kill unused class. (#12565)
Browse files Browse the repository at this point in the history
This was missed in #12479.
  • Loading branch information
jsirois authored Aug 13, 2021
1 parent 79cd70e commit 0160c6f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/python/pants/backend/python/util_rules/pex_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,5 @@ def environment_dict(self, *, python_configured: bool) -> Mapping[str, str]:
return d


class WorkspacePexEnvironment(CompletePexEnvironment):
pass


def rules():
return [*collect_rules(), *process.rules(), *subprocess_environment.rules()]

0 comments on commit 0160c6f

Please sign in to comment.