Skip to content

Commit

Permalink
lint: apply pyupgrade auto-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Mar 5, 2022
1 parent 0b8ef3a commit a250f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ def test_create_venv_uses_patch_version_to_detect_compatibility_with_executable(


def test_create_venv_fails_if_current_python_version_is_not_supported(
manager: EnvManager, poetry: "Poetry"
manager: EnvManager, poetry: Poetry
):
if "VIRTUAL_ENV" in os.environ:
del os.environ["VIRTUAL_ENV"]
Expand Down

0 comments on commit a250f19

Please sign in to comment.