From 5fd7fa20da32d1cb30708ca4645360dcf4ceee59 Mon Sep 17 00:00:00 2001 From: hejamu Date: Mon, 8 Jul 2024 11:11:13 +0200 Subject: [PATCH] Cleanup --- devtools/check_changelog.py | 1 - 1 file changed, 1 deletion(-) diff --git a/devtools/check_changelog.py b/devtools/check_changelog.py index 6643e40..06256e6 100644 --- a/devtools/check_changelog.py +++ b/devtools/check_changelog.py @@ -19,7 +19,6 @@ class ChangelogError(Exception): folder = Path(__file__).resolve().parents[1] changelog = Path("docs", "CHANGELOG.rst") -contributing = Path("docs", "CONTRIBUTING.rst") repo = git.Repo(folder)