Skip to content

Commit a9597ff

Browse files
authored
version fix (jupyter-book#250)
version fix
2 parents c10a981 + 722abef commit a9597ff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

jupyter_book/commands/version.py

-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,4 @@
44

55

66
def version():
7-
parser = argparse.ArgumentParser(
8-
description="Print the version of Jupyter Book currently in-use.")
9-
# Args won't be used, just keeping so we don't break PEP
10-
parser.parse_args(sys.argv)
117
print("Running Jupyter Book version: {}".format(__version__))

0 commit comments

Comments
 (0)