Skip to content

Commit

Permalink
normalize encoding name (dash instead of underscore) in 2 files (#204)
Browse files Browse the repository at this point in the history
Co-authored-by: sanya <79fz270704@gmail.com>
  • Loading branch information
aleksandernovikov and Illuzzion committed Aug 6, 2022
1 parent b0b6ba7 commit d61def2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charset_normalizer/__init__.py
@@ -1,4 +1,4 @@
# -*- coding: utf_8 -*-
# -*- coding: utf-8 -*-
"""
Charset-Normalizer
~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion charset_normalizer/assets/__init__.py
@@ -1,4 +1,4 @@
# -*- coding: utf_8 -*-
# -*- coding: utf-8 -*-
from typing import Dict, List

FREQUENCIES: Dict[str, List[str]] = {
Expand Down

0 comments on commit d61def2

Please sign in to comment.