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/utils/test_div.py | |
parent | f2f7c67651106e77fb2db60ded134404ccc0a626 (diff) | |
download | kombu-5.0-devel.tar.gz |
WIP5.0-devel
Diffstat (limited to 't/unit/utils/test_div.py')
-rw-r--r-- | t/unit/utils/test_div.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/t/unit/utils/test_div.py b/t/unit/utils/test_div.py index f0b1a058..bbf60b40 100644 --- a/t/unit/utils/test_div.py +++ b/t/unit/utils/test_div.py @@ -1,9 +1,5 @@ -from __future__ import absolute_import, unicode_literals - import pickle - from io import StringIO, BytesIO - from kombu.utils.div import emergency_dump_state |