Skip to content

Commit 6f9544a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 411e933 commit 6f9544a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setuptools_scm/_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import json
55
import os
66
import sys
7+
78
from typing import Any
89

910
from setuptools_scm import Configuration
@@ -97,7 +98,6 @@ def _get_cli_opts(args: list[str] | None) -> argparse.Namespace:
9798
action="store_true",
9899
help="trigger to write the content of the version files\n"
99100
"its recommended to use normal/editable installation instead)",
100-
101101
)
102102
sub = parser.add_subparsers(title="extra commands", dest="command", metavar="")
103103
# We avoid `metavar` to prevent printing repetitive information

0 commit comments

Comments
 (0)