From 4dac16d49c1180622556d48d22ec7c8c20db0670 Mon Sep 17 00:00:00 2001
From: "p.delpy@dkfz-heidelberg.de"
Date: Tue, 15 Oct 2024 08:32:43 +0200
Subject: [PATCH] to squash
---
.github/scripts/rename_inactive_branches.py | 1 +
.github/workflows/rename-inactive-branches.yml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/scripts/rename_inactive_branches.py b/.github/scripts/rename_inactive_branches.py
index 6d8b83dd..883f0d65 100644
--- a/.github/scripts/rename_inactive_branches.py
+++ b/.github/scripts/rename_inactive_branches.py
@@ -1,3 +1,4 @@
+import os
import requests
from datetime import datetime, timedelta
diff --git a/.github/workflows/rename-inactive-branches.yml b/.github/workflows/rename-inactive-branches.yml
index fb4254b8..2c188e66 100644
--- a/.github/workflows/rename-inactive-branches.yml
+++ b/.github/workflows/rename-inactive-branches.yml
@@ -21,7 +21,7 @@ jobs:
python-version: '3.x'
- name: Install Libraries
- run: pip install requests os
+ run: pip install requests
- name: Run Script to Rename Inactive Branches
run: |