From 8d3ce6c58d67b7887b9e1e1f89ec4ec926c38134 Mon Sep 17 00:00:00 2001 From: zhangbailin Date: Sun, 26 Apr 2020 17:48:09 +0800 Subject: [PATCH] Remove future imports These particular imports are no longer needed in a Python 3-only world. Change-Id: Ifecdc3c35820977ad561cd2d78471d14b94ee65a --- lower-constraints.txt | 1 - watcherclient/common/utils.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index f275283..85dc01e 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -19,7 +19,6 @@ extras==1.0.0 fasteners==0.7.0 fixtures==3.0.0 flake8==2.5.5 -future==0.16.0 hacking==0.12.0 idna==2.6 imagesize==0.7.1 diff --git a/watcherclient/common/utils.py b/watcherclient/common/utils.py index 50a4855..a54a9d5 100644 --- a/watcherclient/common/utils.py +++ b/watcherclient/common/utils.py @@ -14,8 +14,6 @@ # License for the specific language governing permissions and limitations # under the License. -from __future__ import print_function - import argparse import os import uuid