Skip to content

Commit d49f917

Browse files
committed
type hinting fix
1 parent 16158ba commit d49f917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythainlp/benchmarks/word_tokenization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def _flatten_result(my_dict: dict, sep: str = ":") -> dict:
6565
return dict(items)
6666

6767

68-
def benchmark(ref_samples: List[str], samples: List[str]) -> pandas.DataFrame:
68+
def benchmark(ref_samples: List[str], samples: List[str]) -> pd.DataFrame:
6969
"""
7070
Performace benchmark of samples.
7171

0 commit comments

Comments
 (0)