removed useless import

This commit is contained in:
Federico Ficarelli 2016-06-14 10:27:58 +02:00 committed by Ask Solem
parent af09172807
commit 76858bed8b
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ from __future__ import absolute_import, unicode_literals
from kombu.utils import escape_regex
import re
import collections
class ExchangeType(object):