Skip to content

Commit

Permalink
Merge pull request #382 from Alisa-lisa/patch-1
Browse files Browse the repository at this point in the history
Remove unrequired encoding header
  • Loading branch information
konstin authored Mar 28, 2019
2 parents 7086141 + 0ec6603 commit bc7776e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/word-count/word_count/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from .word_count import WordCounter, count_line

__all__ = ["WordCounter", "count_line", "search_py"]
Expand Down

0 comments on commit bc7776e

Please sign in to comment.