Skip to content

Commit 5dea9ce

Browse files
committed
Fixed PEP8
1 parent f1767e6 commit 5dea9ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythainlp/corpus/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def _update_all():
101101
local_db.update({"filename": item['file']}, query.name == name)
102102
local_db.close()
103103

104+
104105
def get_corpus_path(name: str) -> Union[str, None]:
105106
"""
106107
Get corpus path.

0 commit comments

Comments
 (0)