Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit f494a07

Browse files
OCoppingcoretl
authored andcommitted
Fix formatting
1 parent 8061125 commit f494a07

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/dls_python3_skeleton/__main__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,9 @@ def main(args=None):
231231
"--package", default=None, help="Package name, defaults to directory name"
232232
)
233233
# Add a command for cleaning an existing repo of skeleton code
234-
sub = subparsers.add_parser("clean", help="Clean up branch from failed skeleton merge")
234+
sub = subparsers.add_parser(
235+
"clean", help="Clean up branch from failed skeleton merge"
236+
)
235237
sub.set_defaults(func=clean_repo)
236238
sub.add_argument("path", type=Path, help="Path to existing repo with skeleton code")
237239
# Parse args and run

0 commit comments

Comments
 (0)