Skip to content

Commit

Permalink
remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash committed Dec 11, 2023
1 parent 07b7190 commit 2ac489a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lobsterpy/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,12 +658,6 @@ def get_parser() -> argparse.ArgumentParser:
type=int,
help="List of bond numbers, determining COHPs/COBIs/COOPs to include in plot.",
)
# plot_parser.add_argument(
# "-integr",
# "--integrated",
# action="store_true",
# help="Show integrated cohp/cobi/coop plots.",
# )
plot_grouping = plot_parser.add_mutually_exclusive_group()
plot_grouping.add_argument(
"--summed",
Expand Down

0 comments on commit 2ac489a

Please sign in to comment.