diff options
author | Nico Revin <whois@nicorevin.ru> | 2014-08-03 12:33:56 +0400 |
---|---|---|
committer | Nico Revin <whois@nicorevin.ru> | 2014-08-03 12:33:56 +0400 |
commit | 5804658ebb8812a542943b75e293a19beaae3ecc (patch) | |
tree | ee1c7ef6e6024fccef8df6ef649f9f1ebe75a48b /tests/integration/dynamodb2/test_highlevel.py | |
parent | 6ff525e9e5aef8c24da2a79a7e6fe428b7a7edbc (diff) | |
download | boto-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.py | 2 |
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 |