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

add isort and fix import loops, preparing to shorten tests

This commit is contained in:
Jack Morris
2020-06-15 20:40:44 -04:00
parent e93f456d07
commit 07e927e3e4
75 changed files with 197 additions and 137 deletions

View File

@@ -1,5 +1,7 @@
import functools
import numpy as np
from textattack.shared.utils import words_from_text
from .text_to_text_goal_function import TextToTextGoalFunction