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