diff --git a/charset_normalizer/__init__.py b/charset_normalizer/__init__.py index f899bce6..ed525034 100644 --- a/charset_normalizer/__init__.py +++ b/charset_normalizer/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf_8 -*- """ Charset-Normalizer ~~~~~~~~~~~~~~ diff --git a/charset_normalizer/assets/__init__.py b/charset_normalizer/assets/__init__.py index 01f2f689..b2e56ff3 100644 --- a/charset_normalizer/assets/__init__.py +++ b/charset_normalizer/assets/__init__.py @@ -1,10 +1,4 @@ -""" -This submodule purpose is to load attached JSON asset. -Will be loaded once per package import / python init. - -The file 'frequencies.json' is mandatory for language/coherence detection. Not having it will weaker considerably -the core detection. -""" +# -*- coding: utf_8 -*- from collections import OrderedDict FREQUENCIES = OrderedDict(