Skip to content

Commit 890de71

Browse files
committed
Removed comment in homoglyphswap
1 parent d35e1e3 commit 890de71

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

textattack/transformations/word_swaps/word_swap_homoglyph_swap.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ def __init__(self, random_one=False, **kwargs):
6565

6666
# Retrieve Unicode Intentional homoglyph characters
6767
self.homos_intentional = dict()
68-
# int_resp = requests.get("https://www.unicode.org/Public/security/latest/intentional.txt", stream=True)
6968
path = os.path.dirname(os.path.abspath(__file__))
7069
path_list = path.split(os.sep)
7170
path_list = path_list[:-2]

0 commit comments

Comments
 (0)