Fix F401 flake8 warning (x88 / 116).

This change is mostly autogenerated with:

    $ python -m autoflake --in-place --recursive --remove-all-unused-imports --ignore-init-module-imports examples templates transformers utils hubconf.py setup.py

I made minor changes in the generated diff.
This commit is contained in:
Aymeric Augustin
2019-12-21 21:54:07 +01:00
parent 80327a13ea
commit 783a616999
52 changed files with 30 additions and 85 deletions

View File

@@ -1,5 +1,4 @@
# coding=utf-8
import _pickle as pickle
import collections
import datetime
import glob