From 2ac489ad1c8aaff764ebbde035cdbca5532ae43f Mon Sep 17 00:00:00 2001 From: anaik Date: Mon, 11 Dec 2023 10:56:13 +0100 Subject: [PATCH] remove commented lines --- lobsterpy/cli.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lobsterpy/cli.py b/lobsterpy/cli.py index 30af0374..4fda1c77 100644 --- a/lobsterpy/cli.py +++ b/lobsterpy/cli.py @@ -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",