Skip to content

Commit

Permalink
Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed Oct 23, 2013
1 parent 4e21a21 commit 9a7bb06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vumi/tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
from twisted.python import log
from twisted.python.monkey import MonkeyPatcher

from vumi.utils import (vumi_resource_path, import_module, flatten_generator,
LogFilterSite)
from vumi.utils import vumi_resource_path, flatten_generator, LogFilterSite
from vumi.service import get_spec, Worker, WorkerCreator
from vumi.message import TransportUserMessage, TransportEvent
from vumi.tests.fake_amqp import FakeAMQPBroker, FakeAMQClient
Expand Down

0 comments on commit 9a7bb06

Please sign in to comment.