Fix syntax error
This commit is contained in:
@@ -66,4 +66,3 @@ def test_speed_3(mocker):
|
|||||||
def _open_file(path):
|
def _open_file(path):
|
||||||
with open(path,mode ='r',encoding = 'utf-8') as f:
|
with open(path,mode ='r',encoding = 'utf-8') as f:
|
||||||
return f.read()
|
return f.read()
|
||||||
_put_chatdata
|
|
||||||
Reference in New Issue
Block a user