No need to import print from future anymore
The future is now! Change-Id: Ia219a23da0b468bb85866cfdbbe07b57de1ef102
This commit is contained in:
parent
c96845d3ae
commit
80022d9cd4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user