Fix check_encoding functionality

This commit is contained in:
Stephan Porada
2020-02-12 14:16:36 +01:00
parent 504861ae07
commit 1a3e4a0a02
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
from xml.sax.saxutils import escape
import argparse
import os
import chardet
import spacy
import textwrap