diff options
author | Ask Solem <ask@celeryproject.org> | 2017-02-16 10:44:48 -0800 |
---|---|---|
committer | Ask Solem <ask@celeryproject.org> | 2017-02-16 10:44:48 -0800 |
commit | e6fab2f68b562cf1400bd8167e9b755f0482aafe (patch) | |
tree | b4d6be32dc8c62fa032e3c1a1a74636ac8360a38 /t/unit/test_exceptions.py | |
parent | f2f7c67651106e77fb2db60ded134404ccc0a626 (diff) | |
download | kombu-5.0-devel.tar.gz |
WIP5.0-devel
Diffstat (limited to 't/unit/test_exceptions.py')
-rw-r--r-- | t/unit/test_exceptions.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/t/unit/test_exceptions.py b/t/unit/test_exceptions.py index f72f3d6d..016364db 100644 --- a/t/unit/test_exceptions.py +++ b/t/unit/test_exceptions.py @@ -1,7 +1,4 @@ -from __future__ import absolute_import, unicode_literals - from case import Mock - from kombu.exceptions import HttpError |