From 5724db4ccf3217cdefa51767c0c5c8d9b37c1ec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Avil=C3=A9s?= Date: Tue, 19 Sep 2023 18:20:57 +0200 Subject: [PATCH] TMP --- src/unbeheader/__init__.py | 3 --- src/unbeheader/headers.py | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/unbeheader/__init__.py b/src/unbeheader/__init__.py index 9014008..e50dbbf 100644 --- a/src/unbeheader/__init__.py +++ b/src/unbeheader/__init__.py @@ -1,6 +1,3 @@ -# This file is part of Unbeheader. -# Copyright (C) CERN & UNCONVENTIONAL - import re # Dictionary listing the files for which to change the header. diff --git a/src/unbeheader/headers.py b/src/unbeheader/headers.py index 4e5c317..eb2ab3b 100644 --- a/src/unbeheader/headers.py +++ b/src/unbeheader/headers.py @@ -13,6 +13,7 @@ from .util import cformat + def update_header(file_path: Path, year: int, check: bool = False) -> bool: """Update the header of a file.""" config = get_config(file_path, year)