Remove __future__ imports.

This commit is contained in:
Aymeric Augustin
2019-12-22 16:20:32 +01:00
parent b6ea0f43ae
commit c824d15aa1
147 changed files with 76 additions and 148 deletions

View File

@@ -16,7 +16,7 @@
# limitations under the License.
""" Conditional text generation with the auto-regressive models of the library (GPT/GPT-2/CTRL/Transformer-XL/XLNet)
"""
from __future__ import absolute_import, division, print_function, unicode_literals
import argparse
import logging