From aadc34bc6a8dbb4a16c2eee249ef2888c2d67464 Mon Sep 17 00:00:00 2001 From: iamashwin99 <ashwin-kumar.karnad@mpsd.mpg.de> Date: Fri, 9 Jun 2023 10:27:22 +0200 Subject: [PATCH] black --- tests.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests.py b/tests.py index d26b364..685ce13 100644 --- a/tests.py +++ b/tests.py @@ -315,9 +315,7 @@ def test_install_environment_zlib(): assert os.path.exists(release_base_dir / microarch) assert os.path.exists(release_base_dir / microarch / "lmod") # assert that lmod/module-index.yaml contains zlib - with open( - release_base_dir / microarch / "lmod" / "module-index.yaml", "r" - ) as f: + with open(release_base_dir / microarch / "lmod" / "module-index.yaml", "r") as f: lines = f.read() assert "zlib" in lines -- GitLab