Commit ddc2cc61 authored by thomwolf's avatar thomwolf
Browse files

fix python2 tests

parent 7e3070ae
...@@ -21,6 +21,7 @@ import logging ...@@ -21,6 +21,7 @@ import logging
import os import os
import json import json
import copy import copy
from io import open
import torch import torch
from torch import nn from torch import nn
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment