diff --git a/discopop_library/ConfigProvider/__main__.py b/discopop_library/ConfigProvider/__main__.py index 51441f92e..2bd5c187f 100644 --- a/discopop_library/ConfigProvider/__main__.py +++ b/discopop_library/ConfigProvider/__main__.py @@ -14,11 +14,6 @@ def parse_args() -> ConfigProviderArguments: """Parse the arguments passed to the discopop_config_provider""" parser = ArgumentParser(description="DiscoPoP Config Provider") - # all flags that are not considered stable should be added to the experimental_parser - experimental_parser = parser.add_argument_group( - "EXPERIMENTAL", - "Arguments for experimental features. Experimental arguments may or may not be removed or changed in the future.", - ) # fmt: off mutually_exclusive = parser.add_mutually_exclusive_group()