Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
OmeGak committed Sep 19, 2023
1 parent 2c2dc70 commit 5724db4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions src/unbeheader/__init__.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions src/unbeheader/headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5724db4

Please sign in to comment.