Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
yangheng95 committed Aug 31, 2023
1 parent 77be715 commit 22ab1e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions textattack/search_methods/search_method.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"""


from abc import ABC
from abc import ABC, abstractmethod

from textattack.shared import AttackedText
# from textattack.shared import AttackedText
from textattack.shared.utils import ReprMixin


Expand Down

0 comments on commit 22ab1e5

Please sign in to comment.