mirror of https://github.com/celery/kombu.git
removed useless import
This commit is contained in:
parent
af09172807
commit
76858bed8b
|
@ -11,7 +11,6 @@ from __future__ import absolute_import, unicode_literals
|
||||||
from kombu.utils import escape_regex
|
from kombu.utils import escape_regex
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import collections
|
|
||||||
|
|
||||||
|
|
||||||
class ExchangeType(object):
|
class ExchangeType(object):
|
||||||
|
|
Loading…
Reference in New Issue