Skip to content

Commit

Permalink
Merge pull request #21 from cclauss/patch-1
Browse files Browse the repository at this point in the history
import warnings for line 282
  • Loading branch information
Chip Huyen authored Jan 23, 2019
2 parents e09237e + f46abb3 commit a537354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sotawhat/sotawhat.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import sys
import urllib.error
import urllib.request
import warnings

import nltk
from nltk.tokenize import word_tokenize
Expand Down

0 comments on commit a537354

Please sign in to comment.