forked from apache/mxnet
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MXNET-1411] solve pylint error issue#14851 (apache#15113)
* fix pylint error: no-else-raise in _export_helper.py * fix pylint error: no-else-raise in _translation_utils.py * fix pylint error: Bad option value 'no-else-raise' (bad-option-value) in vocab.py * fix pylint error: Bad option value 'no-else-raise' (bad-option-value) in trainer.py * fix pylint error: Bad option value 'no-else-raise' (bad-option-value) in utils.py * fix pylint error: Bad option value 'no-else-raise' (bad-option-value) in detection.py * fix pylint error: Bad option value 'no-else-raise' (bad-option-value) in image.py * fix pylint error: Bad option value 'no-else-raise' (bad-option-value) in model.py * fix pylint error: Bad option value 'no-else-raise' (bad-option-value) in sparse.py * fix pylint error: Bad option value 'no-else-raise' (bad-option-value) in test_utils.py * fix pylint error: R1720: Unnecessary else after raise (no-else-raise) for vocab.py * fix pylint error: R1720: Unnecessary else after raise (no-else-raise) for model.py * fix pylint error: R1720: Unnecessary else after raise (no-else-raise) for _translation_utils.py * fix pylint error: R1720: Unnecessary else after raise (no-else-raise) for _export_helper.py * fix pylint error: R1720: Unnecessary else after raise (no-else-raise) for test_utils.py * fix pylint error: R1720: Unnecessary else after raise (no-else-raise) for image.py * fix pylint error: R1720: Unnecessary else after raise (no-else-raise) for trainer.py * fix pylint error: R1720: Unnecessary else after raise (no-else-raise) for detection.py * fix pylint error: R1720: Unnecessary else after raise (no-else-raise) for utils.py * fix pylint error: R1720: Unnecessary else after raise (no-else-raise) for sparse.py * fix pylint error:R1719: The if expression can be replaced with 'bool(test)' (simplifiable-if-expression)
- Loading branch information
1 parent
e0919b0
commit c4faf7e
Showing
10 changed files
with
88 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters