From 68993469a384f16fbab7fa0cd3e4069ab94b2f70 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 b2b8f6e..2d0102f 100644
--- a/tests.py
+++ b/tests.py
@@ -39,7 +39,6 @@ def create_mock_git_repository(target_directory, create_directory=True):
         )
 
 
-
 def test_os_chdir(tmp_path):
     """Test the os_chdir context manager."""
     # create a temporary directory for testing
-- 
GitLab