Remove future imports

These particular imports are no longer needed in a Python 3-only world.

Change-Id: Ifecdc3c35820977ad561cd2d78471d14b94ee65a
This commit is contained in:
zhangbailin
2020-04-26 17:48:09 +08:00
committed by Brin Zhang
parent ac0ccb67a6
commit 8d3ce6c58d
2 changed files with 0 additions and 3 deletions

View File

@@ -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

View File

@@ -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