From a277de9a223762de4b5a95b14084bc69ecb27373 Mon Sep 17 00:00:00 2001
From: Hans Fangohr <hans.fangohr@mpsd.mpg.de>
Date: Wed, 24 May 2023 10:07:53 +0200
Subject: [PATCH] remove empty line

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e8098aa..a83f93a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,6 @@ before_script:
   - pip install pytest black ruff
   - pytest --version
 
-  
 style:
   stage: test
   image: python:latest
-- 
GitLab