From 3069209ffbc86c3fe94c1fd200ef3e689dea0a80 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 17:24:24 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_conda_subprocess.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/test_conda_subprocess.py b/tests/test_conda_subprocess.py index dacb4b4..24f56e6 100644 --- a/tests/test_conda_subprocess.py +++ b/tests/test_conda_subprocess.py @@ -53,7 +53,10 @@ def test_popen(self): def test_environment_variable(self): print( check_output( - "env", prefix_path=self.env_path, env={"TESTVAR": "test"}, universal_newlines=True + "env", + prefix_path=self.env_path, + env={"TESTVAR": "test"}, + universal_newlines=True, ).split("\n"), ) - self.assertTrue(True) \ No newline at end of file + self.assertTrue(True)