diff --git a/examples/word-count/word_count/__init__.py b/examples/word-count/word_count/__init__.py index 213ed69c9d6..bcba9b2edc6 100644 --- a/examples/word-count/word_count/__init__.py +++ b/examples/word-count/word_count/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- from .word_count import WordCounter, count_line __all__ = ["WordCounter", "count_line", "search_py"]