Skip to content

Commit ce31c5c

Browse files
author
skywind3000
committed
clear flake8 errors
1 parent 6bda492 commit ce31c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stardict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1870,7 +1870,7 @@ def test4():
18701870
lemma.save('output.txt')
18711871
return 0
18721872
def test5():
1873-
print(tools.validate_word(u'Hello World'))
1873+
print(tools.validate_word('Hello World', False))
18741874
test3()
18751875

18761876

0 commit comments

Comments
 (0)