Skip to content

Commit

Permalink
black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
anthdr committed Jan 16, 2025
1 parent d8aa5bf commit 61f79da
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions eole/bin/tools/LM_scoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,7 @@
class LMScoring(BaseBin):
@classmethod
def add_args(cls, parser):
parser.add_argument(
"-config",
"--config",
"-c",
required=False,
help="Path of main YAML config file.")
parser.add_argument("-config", "--config", "-c", required=False, help="Path of main YAML config file.")

@classmethod
def run(cls, args):
Expand Down

0 comments on commit 61f79da

Please sign in to comment.