Skip to content

Commit dc535f6

Browse files
committed
fix
1 parent 6761c4e commit dc535f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/transformers/trainer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
The Trainer class, to easily train a 🤗 Transformers from scratch or finetune it on a new task.
1717
"""
1818

19+
import contextlib
1920
import functools
2021
import glob
2122
import inspect

0 commit comments

Comments
 (0)