Skip to content

Commit 6e2ee86

Browse files
committed
Minor: Formatting of CLI tool
Signed-off-by: cwasicki <[email protected]>
1 parent 343b4a1 commit 6e2ee86

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/frequenz/client/reporting/__main__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ def main() -> None:
2424
help="URL of the Reporting service",
2525
default="localhost:50051",
2626
)
27-
parser.add_argument("--mid", type=int, help="Microgrid ID", required=True)
27+
parser.add_argument(
28+
"--mid",
29+
type=int,
30+
help="Microgrid ID",
31+
required=True,
32+
)
2833
parser.add_argument(
2934
"--cid",
3035
nargs="+",

0 commit comments

Comments
 (0)