Fix F401 flake8 warning (x152 / 268).

This change is mostly autogenerated with:

    $ python -m autoflake --in-place --recursive 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 18:35:41 +01:00
parent 654e051e2a
commit 80327a13ea
58 changed files with 1 additions and 157 deletions

View File

@@ -14,7 +14,6 @@
# limitations under the License.
from __future__ import absolute_import, division, print_function
import sys
import unittest
from transformers import XxxConfig, is_tf_available