summaryrefslogtreecommitdiff
path: root/tests/integration/dynamodb2/test_highlevel.py
diff options
context:
space:
mode:
authorNico Revin <whois@nicorevin.ru>2014-08-03 12:33:56 +0400
committerNico Revin <whois@nicorevin.ru>2014-08-03 12:33:56 +0400
commit5804658ebb8812a542943b75e293a19beaae3ecc (patch)
treeee1c7ef6e6024fccef8df6ef649f9f1ebe75a48b /tests/integration/dynamodb2/test_highlevel.py
parent6ff525e9e5aef8c24da2a79a7e6fe428b7a7edbc (diff)
downloadboto-5804658ebb8812a542943b75e293a19beaae3ecc.tar.gz
Remove redundant __future__ imports
See https://docs.python.org/2/reference/simple_stmts.html#future
Diffstat (limited to 'tests/integration/dynamodb2/test_highlevel.py')
-rw-r--r--tests/integration/dynamodb2/test_highlevel.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/integration/dynamodb2/test_highlevel.py b/tests/integration/dynamodb2/test_highlevel.py
index 90771422..0f893b14 100644
--- a/tests/integration/dynamodb2/test_highlevel.py
+++ b/tests/integration/dynamodb2/test_highlevel.py
@@ -23,8 +23,6 @@
"""
Tests for DynamoDB v2 high-level abstractions.
"""
-from __future__ import with_statement
-
import os
import time