Skip to content

Commit a537354

Browse files
author
Chip Huyen
authored
Merge pull request #21 from cclauss/patch-1
import warnings for line 282
2 parents e09237e + f46abb3 commit a537354

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sotawhat/sotawhat.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import sys
44
import urllib.error
55
import urllib.request
6+
import warnings
67

78
import nltk
89
from nltk.tokenize import word_tokenize

0 commit comments

Comments
 (0)