From bc654227363b23b909849cfc3c593c2f0dd7a003 Mon Sep 17 00:00:00 2001
From: Hans Fangohr <hans.fangohr@mpsd.mpg.de>
Date: Tue, 30 May 2023 10:08:17 +0200
Subject: [PATCH] whitespace tidy up

---
 tests.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests.py b/tests.py
index c2003eb..b6f5743 100644
--- a/tests.py
+++ b/tests.py
@@ -37,7 +37,6 @@ def create_mock_git_repository(target_directory, create_directory=True):
         )
 
 
-
 def test_os_chdir(tmp_path):
     # create a temporary directory for testing
     temp_dir = tmp_path / "test_os_chdir"
-- 
GitLab