Skip to content

Commit 86e51cf

Browse files
committed
add type annotation import
1 parent ca6f273 commit 86e51cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

textattack/shared/attacked_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from collections import OrderedDict
1212
import math
13-
from typing import Iterable, List, Optional, Set, Tuple
13+
from typing import Dict, Iterable, List, Optional, Set, Tuple
1414

1515
import flair
1616
from flair.data import Sentence

0 commit comments

Comments
 (0)