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