Make style

This commit is contained in:
Eren G??lge 2023-05-23 17:47:40 +02:00
parent bb46727733
commit c1bda6778f
3 changed files with 2 additions and 4 deletions

View File

@ -79,8 +79,6 @@ class BaseVocabulary:
idx: char for idx, char in enumerate(self._vocab) # pylint: disable=unnecessary-comprehension
}
@staticmethod
def init_from_config(config, **kwargs):
"""Initialize from the given config."""