fix python2 tests

This commit is contained in:
thomwolf 2019-06-26 11:17:42 +02:00
parent 7e3070ae4f
commit ddc2cc61a6

View File

@ -21,6 +21,7 @@ import logging
import os
import json
import copy
from io import open
import torch
from torch import nn