summaryrefslogtreecommitdiff
path: root/kombu/asynchronous/aws/sqs/ext.py
diff options
context:
space:
mode:
Diffstat (limited to 'kombu/asynchronous/aws/sqs/ext.py')
-rw-r--r--kombu/asynchronous/aws/sqs/ext.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/kombu/asynchronous/aws/sqs/ext.py b/kombu/asynchronous/aws/sqs/ext.py
index 09fdf1a1..f6630936 100644
--- a/kombu/asynchronous/aws/sqs/ext.py
+++ b/kombu/asynchronous/aws/sqs/ext.py
@@ -1,7 +1,5 @@
-# -*- coding: utf-8 -*-
"""Amazon SQS boto3 interface."""
-from __future__ import absolute_import, unicode_literals
try:
import boto3