Commit 9397cd5b authored by CodemodService Bot's avatar CodemodService Bot Committed by Facebook GitHub Bot
Browse files

[Codemod][FBSourceBlackLinter] Daily `arc lint --take BLACK`

Reviewed By: zertosh

Differential Revision: D33307283

fbshipit-source-id: 55a95689b8c20b17b7c882070bc3e24706c44444
parent c6de2a19
import itertools as it import itertools as it
from collections import namedtuple from collections import namedtuple
from typing import Dict
from typing import List, Optional from typing import List, Optional
import torch import torch
...@@ -14,7 +15,6 @@ from torchaudio._torchaudio_decoder import ( ...@@ -14,7 +15,6 @@ from torchaudio._torchaudio_decoder import (
_create_word_dict, _create_word_dict,
_load_words, _load_words,
) )
from typing import Dict
__all__ = ["KenLMLexiconDecoder", "kenlm_lexicon_decoder"] __all__ = ["KenLMLexiconDecoder", "kenlm_lexicon_decoder"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment