From c8810886c16f675ad2fedf185d7436f66d7c41e1 Mon Sep 17 00:00:00 2001
From: Hans Fangohr <fangohr@mpsd-ssu-linux-hf.desy.de>
Date: Wed, 31 May 2023 12:59:02 +0200
Subject: [PATCH] fix pydocstyle

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

diff --git a/tests.py b/tests.py
index e33e1a2..43d08a7 100644
--- a/tests.py
+++ b/tests.py
@@ -65,7 +65,6 @@ def test_os_chdir(tmp_path):
 
 def test_run_method(tmp_path):
     """Run tests for run method."""
-
     run = mod.run
 
     # test a command with options:
-- 
GitLab