Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasBizzozzero committed Nov 28, 2019
1 parent 5b85d99 commit 2867928
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pattern/text/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,6 @@ def _read(path, encoding="utf-8", comment=";;;"):
if not line or (comment and line.startswith(comment)):
continue
yield line
raise StopIteration


class Lexicon(lazydict):
Expand Down

0 comments on commit 2867928

Please sign in to comment.