No need to import print function anymore

Removing print function import

Change-Id: I9a5d8cd44ba980d6b9a7570573c6ed6a9725721e
This commit is contained in:
Iury Gregory Melo Ferreira 2020-04-21 13:23:46 +02:00
parent f6fb359cf5
commit 05ed2cf76b
1 changed files with 0 additions and 2 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 collections
import json
import sys