Skip to content

Commit

Permalink
remove redundant initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbird committed Jul 14, 2014
1 parent 13a3120 commit e6b2d01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nltk/tag/mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@


def _load_universal_map(fileid):
mapping = {}
contents = load(join(_UNIVERSAL_DATA, fileid+'.map'), format="text")
for line in contents.splitlines():
line = line.strip()
Expand Down

0 comments on commit e6b2d01

Please sign in to comment.