mirror of https://github.com/celery/kombu.git
Removed unused import
This commit is contained in:
parent
ff7a40e74d
commit
e428bcd122
|
@ -15,7 +15,6 @@ from Queue import Empty
|
||||||
import pymongo
|
import pymongo
|
||||||
|
|
||||||
from pymongo import errors
|
from pymongo import errors
|
||||||
from pymongo.uri_parser import parse_uri
|
|
||||||
from anyjson import loads, dumps
|
from anyjson import loads, dumps
|
||||||
from pymongo.connection import Connection
|
from pymongo.connection import Connection
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue