No need to import print from future anymore

The future is now!

Change-Id: Ia219a23da0b468bb85866cfdbbe07b57de1ef102
This commit is contained in:
Riccardo Pittau 2020-04-23 10:23:08 +02:00
parent c96845d3ae
commit 80022d9cd4
2 changed files with 0 additions and 4 deletions

View File

@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import print_function
import csv
import json
import os

View File

@ -23,8 +23,6 @@ where first has at most N entries, and the second has the rest of them.
Uses OrderedDict to preserve ordering of dict elements in input JSON file.
"""
from __future__ import print_function
import collections
import json
import os