From 76b0562d96438623d958091bf98a0f3cec1022d7 Mon Sep 17 00:00:00 2001
From: fspreck <f.spreckelsen@indiscale.com>
Date: Tue, 17 Oct 2023 12:40:38 +0200
Subject: [PATCH] STY: autopep8'd

---
 utils/branch_exists.py | 1 -
 utils/ref_to_commit.py | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/branch_exists.py b/utils/branch_exists.py
index 5c5be469..9626e4aa 100755
--- a/utils/branch_exists.py
+++ b/utils/branch_exists.py
@@ -31,4 +31,3 @@ if __name__ == "__main__":
         sys.exit(2)
     else:
         print("branch exists.")
-
diff --git a/utils/ref_to_commit.py b/utils/ref_to_commit.py
index dbc5ab4f..93f15f31 100755
--- a/utils/ref_to_commit.py
+++ b/utils/ref_to_commit.py
@@ -18,6 +18,7 @@ _REPOS = {
     "ADVANCEDUSERTOOLS": "https://gitlab.indiscale.com/api/v4/projects/104"
 }
 
+
 def get_remote(repository):
     return _REPOS[repository]
 
-- 
GitLab