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 """