From 5b89946269c54d380a284328cda2e14c0f96778f Mon Sep 17 00:00:00 2001
From: Hans Fangohr <hans.fangohr@mpsd.mpg.de>
Date: Wed, 31 May 2023 08:59:10 +0200
Subject: [PATCH] black

---
 tests.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests.py b/tests.py
index 66aae07..02e44ee 100644
--- a/tests.py
+++ b/tests.py
@@ -160,6 +160,7 @@ def test_install_environment_wrong_toolchain(tmp_path):
             script_dir=(tmp_path),
         )
 
+
 def test_install_environment_wrong_mpsd_release(tmp_path):
     """Test exception is raised for non-existing mpsd release."""
     # Expect an Exception when wrong mpsd_release is provided (part of
@@ -171,6 +172,7 @@ def test_install_environment_wrong_mpsd_release(tmp_path):
             script_dir=(tmp_path),
         )
 
+
 def test_install_environment_zlib(tmp_path):
     """Test installation of toolchain."""
     # prepare a test of global generic with only zlib to test the installation
-- 
GitLab