From a55b155ef580f6e9464351a13c6727f28eba4dc2 Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Mon, 17 Oct 2016 12:18:53 +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 c70bb84..690f162 100644 --- a/src/cchardet/__init__.py +++ b/src/cchardet/__init__.py @@ -3,6 +3,7 @@ from cchardet import _cchardet + def detect(msg): """ Args: