From b3ecbbc8b3029c2c1fa033f0b66cd9a916028ab4 Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 15 Feb 2023 16:32:19 +0000 Subject: [PATCH] python: do not import print function in tests --- python/tests/test_2_increation.py | 1 - python/tests/test_3_offline.py | 1 - 2 files changed, 2 deletions(-) diff --git a/python/tests/test_2_increation.py b/python/tests/test_2_increation.py index 33c264ef1..7906b35c9 100644 --- a/python/tests/test_2_increation.py +++ b/python/tests/test_2_increation.py @@ -1,4 +1,3 @@ -from __future__ import print_function import os.path import shutil diff --git a/python/tests/test_3_offline.py b/python/tests/test_3_offline.py index 8a01eb2a2..bb3c3c12e 100644 --- a/python/tests/test_3_offline.py +++ b/python/tests/test_3_offline.py @@ -1,4 +1,3 @@ -from __future__ import print_function import os import time