From 71773f6b8dea38f9a01dd1bd15074e7f6749bc7f Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Mon, 4 May 2020 16:21:49 +0200 Subject: [PATCH] Do not import print function from __future__ We're Python 3 only. Change-Id: I28292fa258362f4bea3865e8d96c327156bc62e7 --- virtualbmc/cmd/vbmcd.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/virtualbmc/cmd/vbmcd.py b/virtualbmc/cmd/vbmcd.py index e757c1c..87b66d4 100644 --- a/virtualbmc/cmd/vbmcd.py +++ b/virtualbmc/cmd/vbmcd.py @@ -10,8 +10,6 @@ # License for the specific language governing permissions and limitations # under the License. -from __future__ import print_function - import argparse import os import sys