From 05ed2cf76bf90ff9cab33b0efa937378a0f780ce Mon Sep 17 00:00:00 2001 From: Iury Gregory Melo Ferreira Date: Tue, 21 Apr 2020 13:23:46 +0200 Subject: [PATCH] No need to import print function anymore Removing print function import Change-Id: I9a5d8cd44ba980d6b9a7570573c6ed6a9725721e --- metalsmith/_format.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/metalsmith/_format.py b/metalsmith/_format.py index de2ba7f..e6fb0bb 100644 --- a/metalsmith/_format.py +++ b/metalsmith/_format.py @@ -13,8 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -from __future__ import print_function - import collections import json import sys