From 80e49538c20cb643becf44649decedfd3a425cea Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Mon, 30 Mar 2020 10:52:29 +0200 Subject: [PATCH] Remove future usage No need to import print_function from future anymore Change-Id: I49164db5bd283c42602c75539c0c5fffe6ec2630 --- ironic/cmd/dbsync.py | 2 -- tools/check-releasenotes.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/ironic/cmd/dbsync.py b/ironic/cmd/dbsync.py index 399d728d1a..81524aa969 100644 --- a/ironic/cmd/dbsync.py +++ b/ironic/cmd/dbsync.py @@ -17,8 +17,6 @@ Run storage database migration. """ -from __future__ import print_function - import sys from oslo_config import cfg diff --git a/tools/check-releasenotes.py b/tools/check-releasenotes.py index a01cb2f1e8..733556a5a2 100755 --- a/tools/check-releasenotes.py +++ b/tools/check-releasenotes.py @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -from __future__ import print_function - import os import re import sys