Skip to content

Commit b156607

Browse files
committed
style: remove extra lines
1 parent fd40eed commit b156607

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/diffpy/cmi/app.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,12 @@ def main():
1313
),
1414
formatter_class=argparse.RawDescriptionHelpFormatter,
1515
)
16-
1716
parser.add_argument(
1817
"--version",
1918
action="store_true",
2019
help="Show the program's version number and exit",
2120
)
22-
2321
args = parser.parse_args()
24-
2522
if args.version:
2623
print(f"diffpy.cmi {__version__}")
2724
else:

0 commit comments

Comments
 (0)