九耳 2 лет назад
Родитель
Сommit
a5c41e9330
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      tests/test_punctuation_pipeline.py

+ 0 - 1
tests/test_punctuation_pipeline.py

@@ -36,6 +36,5 @@ class TestTransformerInferencePipelines(unittest.TestCase):
             rec_result_all += rec_result["text"]
         logger.info("punctuation inference result: {0}".format(rec_result_all))
 
-
 if __name__ == '__main__':
     unittest.main()