Skip to content

Commit e7d27ac

Browse files
committed
Add print_function import
1 parent 380d056 commit e7d27ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/generic_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from __future__ import absolute_import
2+
from __future__ import print_function
23
import numpy as np
34
import time
45
import sys

0 commit comments

Comments
 (0)