mirror of https://github.com/coqui-ai/TTS.git
Make style
This commit is contained in:
parent
bb46727733
commit
c1bda6778f
|
@ -79,8 +79,6 @@ class BaseVocabulary:
|
||||||
idx: char for idx, char in enumerate(self._vocab) # pylint: disable=unnecessary-comprehension
|
idx: char for idx, char in enumerate(self._vocab) # pylint: disable=unnecessary-comprehension
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def init_from_config(config, **kwargs):
|
def init_from_config(config, **kwargs):
|
||||||
"""Initialize from the given config."""
|
"""Initialize from the given config."""
|
||||||
|
|
Loading…
Reference in New Issue