Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebookresearch/fairseq#587

Differential Revision: D14517597

Pulled By: myleott

fbshipit-source-id: 4831ea5a9da1c2e207529a4ab3c4d0b070f5f34e
  • Loading branch information
myleott authored and yzpang committed Feb 19, 2021
1 parent 5599cd3 commit 099dd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interactive.py
Expand Up @@ -15,7 +15,7 @@

import torch

from fairseq import data, options, tasks, tokenizer, utils
from fairseq import options, tasks, utils
from fairseq.sequence_generator import SequenceGenerator
from fairseq.utils import import_user_module

Expand Down

0 comments on commit 099dd3a

Please sign in to comment.