remove deprecated python_venv alias

This commit is contained in:
Anthony Sottile 2024-10-05 13:30:25 -04:00
parent a2f7b80e89
commit 801b956304
4 changed files with 0 additions and 36 deletions

View file

@ -44,7 +44,5 @@ languages: dict[str, Language] = {
'script': script,
'swift': swift,
'system': system,
# TODO: fully deprecate `python_venv`
'python_venv': python,
}
language_names = sorted(languages)