Fix syntax error

This commit is contained in:
taizan-hokuto
2019-12-21 20:12:30 +09:00
parent 5a79f26fa7
commit ab5a2a8df2

View File

@@ -66,4 +66,3 @@ def test_speed_3(mocker):
def _open_file(path):
with open(path,mode ='r',encoding = 'utf-8') as f:
return f.read()
_put_chatdata