[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-04-09 14:21:32 +00:00
parent 2f8e436213
commit 95f70839c7
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ def main(
if old_pytest_version is None:
os.environ.pop("PYTEST_VERSION", None)
else:
os.environ["PYTEST_VERSION"] = old_pytest_version
os.environ["PYTEST_VERSION"] = old_pytest_version
def console_main() -> int: