Skip to content

Commit 86b1b71

Browse files
author
Aaron Gonzales
committed
updated readme
1 parent d5f1d36 commit 86b1b71

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,7 @@ throughout your program's session.
183183
184184
import os
185185
import json
186-
from unidecode import unidecode
187-
186+
188187
from twittersearch import ResultStream, gen_rule_payload, load_credentials
189188
190189
Enterprise setup
@@ -193,10 +192,6 @@ Enterprise setup
193192
If you are an enterprise customer, you'll need to authenticate with a
194193
basic username/password method. You can specify that here:
195194

196-
.. code:: python
197-
198-
from twittersearch import infer_endpoint
199-
200195
.. code:: python
201196
202197
enterprise_search_args = load_credentials("~/.twitter_keys.yaml",

0 commit comments

Comments
 (0)