From ab5a2a8df2658a2e63a67976881e6319a7ebc8b0 Mon Sep 17 00:00:00 2001 From: taizan-hokuto <55448286+taizan-hokuto@users.noreply.github.com> Date: Sat, 21 Dec 2019 20:12:30 +0900 Subject: [PATCH] Fix syntax error --- tests/test_speed_calculator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_speed_calculator.py b/tests/test_speed_calculator.py index b5964d6..8a096c8 100644 --- a/tests/test_speed_calculator.py +++ b/tests/test_speed_calculator.py @@ -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 \ No newline at end of file