mirror of https://github.com/coqui-ai/TTS.git
* fix(utils.manage): remove hard-coded model_type variable * refactor(utils.manage): address lint issues, fix typos Addressed the following: TTS/utils/manage.py:307:12: R1705: Unnecessary "else" after "return" (no-else-return) TTS/utils/manage.py:308:21: W1514: Using open without explicitly specifying an encoding (unspecified-encoding) TTS/utils/manage.py:299:4: R1710: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements) TTS/utils/manage.py:299:4: R0201: Method could be a function (no-self-use) TTS/utils/manage.py:314:4: R0201: Method could be a function (no-self-use) |
||
---|---|---|
.. | ||
bin | ||
config | ||
encoder | ||
server | ||
tts | ||
utils | ||
vc | ||
vocoder | ||
.models.json | ||
VERSION | ||
__init__.py | ||
api.py | ||
cs_api.py | ||
model.py |