Skip to content

Commit

Permalink
fix(config_provider): remove experimental argument group
Browse files Browse the repository at this point in the history
  • Loading branch information
goerlibe committed Jan 24, 2024
1 parent a68081c commit 8c70103
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions discopop_library/ConfigProvider/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8c70103

Please sign in to comment.