Skip to content

Commit

Permalink
Rename annotate to _annotate
Browse files Browse the repository at this point in the history
Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
  • Loading branch information
carmenbianca committed Oct 24, 2023
1 parent 722e074 commit 3e80971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions src/reuse/_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from . import (
__REUSE_version__,
__version__,
annotate,
_annotate,
download,
init,
lint,
Expand Down Expand Up @@ -108,8 +108,8 @@ def parser() -> argparse.ArgumentParser:
add_command(
subparsers,
"annotate",
annotate.add_arguments,
annotate.run,
_annotate.add_arguments,
_annotate.run,
help=_("add copyright and licensing into the header of files"),
description=fill_all(
_(
Expand Down

0 comments on commit 3e80971

Please sign in to comment.