Remove __future__ imports.
This commit is contained in:
@@ -3,7 +3,7 @@ Utilities for working with the local dataset cache.
|
||||
This file is adapted from the AllenNLP library at https://github.com/allenai/allennlp
|
||||
Copyright by the AllenNLP authors.
|
||||
"""
|
||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||
|
||||
|
||||
import fnmatch
|
||||
import json
|
||||
|
||||
Reference in New Issue
Block a user