1
0
mirror of https://github.com/QData/TextAttack.git synced 2021-10-13 00:05:06 +03:00

remove unncessary future statements

This commit is contained in:
Jin Yong Yoo
2020-10-28 23:20:36 -04:00
parent 8d64e89a1f
commit 4478ad910b

View File

@@ -1,5 +1,4 @@
# Code copied from https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/util/lazy_loader.py
from __future__ import absolute_import, division, print_function
import importlib
import types