Skip to content

Commit

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

Differential Revision: D14517597

Pulled By: myleott

fbshipit-source-id: 4831ea5a9da1c2e207529a4ab3c4d0b070f5f34e
  • Loading branch information
myleott authored and facebook-github-bot committed Mar 19, 2019
1 parent f305086 commit b26d6b5
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 b26d6b5

Please sign in to comment.