summaryrefslogtreecommitdiff
path: root/swiftclient/multithreading.py
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2022-02-17 11:38:11 +0000
committerStephen Finucane <stephenfin@redhat.com>2022-03-21 18:29:25 +0000
commit3d10744c55d8cfddcd486a3e8521333b9cf606e1 (patch)
tree8d81f522bae7e2dcb7e92acaa02c7a4fef8b6e4a /swiftclient/multithreading.py
parentc09621eb4269e9eaa2c5f386976f356fb0701236 (diff)
downloadpython-swiftclient-3d10744c55d8cfddcd486a3e8521333b9cf606e1.tar.gz
Remove __future__ imports
These aren't needed in modern Python 3 versions. Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Change-Id: I5e81d6fb2e2cb8e4bfae4ed746da002f44e871c4
Diffstat (limited to 'swiftclient/multithreading.py')
-rw-r--r--swiftclient/multithreading.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/swiftclient/multithreading.py b/swiftclient/multithreading.py
index f128790..665ba63 100644
--- a/swiftclient/multithreading.py
+++ b/swiftclient/multithreading.py
@@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-from __future__ import print_function
-
import six
import sys