From 5e0f86141cfbc9cc1d257d09fe017f51a95b0a8d Mon Sep 17 00:00:00 2001 From: h1alexbel Date: Fri, 28 Jun 2024 11:34:09 +0300 Subject: [PATCH] feat(#49): unused import --- tests/test_md_to_text.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_md_to_text.py b/tests/test_md_to_text.py index 74aedf1..e8fceaf 100644 --- a/tests/test_md_to_text.py +++ b/tests/test_md_to_text.py @@ -21,8 +21,6 @@ # SOFTWARE. import unittest -from langdetect import DetectorFactory - from steps.md_to_text import to_text """