Merge pull request #382 from Alisa-lisa/patch-1

Remove unrequired encoding header
This commit is contained in:
konstin 2019-03-28 13:20:43 +01:00 committed by GitHub
commit bc7776e61f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from .word_count import WordCounter, count_line
__all__ = ["WordCounter", "count_line", "search_py"]