diff --git a/src/cchardet/__init__.py b/src/cchardet/__init__.py index 1b7fcab..4ac5d55 100644 --- a/src/cchardet/__init__.py +++ b/src/cchardet/__init__.py @@ -23,7 +23,5 @@ def detect_with_confidence(msg): "encoding": str, "confidence": float } - Warnings: - UserWarning """ return _cchardet.detect_with_confidence(msg) \ No newline at end of file