aboutsummaryrefslogtreecommitdiff
path: root/swr2_asr/train.py
diff options
context:
space:
mode:
authorPherkel2023-09-04 22:48:40 +0200
committerPherkel2023-09-04 22:48:40 +0200
commit0d70a19e1fea6eda3f7b16ad0084591613f2de72 (patch)
tree9f413c226283db990116c9559ffffb9124b911d8 /swr2_asr/train.py
parentcd15a49ccee83c21ada481d6815d004f134147fe (diff)
please the linter
Diffstat (limited to 'swr2_asr/train.py')
-rw-r--r--swr2_asr/train.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/swr2_asr/train.py b/swr2_asr/train.py
index aea99e0..63deb72 100644
--- a/swr2_asr/train.py
+++ b/swr2_asr/train.py
@@ -304,4 +304,4 @@ def run_cli(
if __name__ == "__main__":
- run_cli()
+ run_cli() # pylint: disable=no-value-for-parameter