diff --git a/scripts/check_copyright_year.py b/scripts/check_copyright_year.py index fe8c6b8c9a..c22feb8624 100644 --- a/scripts/check_copyright_year.py +++ b/scripts/check_copyright_year.py @@ -4,6 +4,8 @@ """Check that SPDX-FileCopyrightText year includes the last-modified year (from git). Use --fix to update. Falls back to current year if not in a git repo.""" +from __future__ import annotations + import os import re import subprocess