Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
kamo-naoyuki committed May 12, 2022
1 parent 98689a5 commit 5518b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion espnet/asr/pytorch_backend/recog.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""V2 backend for `asr_recog.py` using py:class:`espnet.nets.beam_search.BeamSearch`."""

from packaging.version import parse as V
import json
import logging
from packaging.version import parse as V

import torch

Expand Down

0 comments on commit 5518b6b

Please sign in to comment.