From abfedb08e4ef45ad0a7264ec7cc3f9b78ee7a958 Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Mon, 17 Oct 2016 23:41:43 +0900 Subject: [PATCH] reformat --- src/cchardet/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cchardet/__init__.py b/src/cchardet/__init__.py index 3370e04..3659a4a 100644 --- a/src/cchardet/__init__.py +++ b/src/cchardet/__init__.py @@ -1,6 +1,7 @@ from cchardet import _cchardet from .version import __version__ + def detect(msg): """ Args: