Fix pylint presubmit errors and warnings from untouched modules.
BUG=None Change-Id: I619dab14875e19477beb8bfb566ed1f34009c025 Reviewed-on: https://webrtc-review.googlesource.com/85960 Reviewed-by: Oleh Prypin <oprypin@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23754}
This commit is contained in:
@ -105,7 +105,7 @@ def _ConfigurationAndScores(data_frame, params,
|
||||
else:
|
||||
result['params'][param] = config_json['-' + param]
|
||||
|
||||
current_param_combination = param_combination( # pylint: disable=star-args
|
||||
current_param_combination = param_combination(
|
||||
**config_optimize_params)
|
||||
results[current_param_combination].append(result)
|
||||
return results
|
||||
|
||||
@ -181,7 +181,6 @@ class AudioAnnotationsExtractor(object):
|
||||
ext_kwargs = {'extvad_conf-' + ext_vad:
|
||||
self._external_vads[ext_vad].GetVadOutput()
|
||||
for ext_vad in self._external_vads}
|
||||
# pylint: disable=star-args
|
||||
np.savez_compressed(
|
||||
file=os.path.join(
|
||||
output_path,
|
||||
|
||||
Reference in New Issue
Block a user