Fix #522 (needed bc of PEP 479) #540
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ Twitter Authentication, and miscellaneous methods that are useful when
|
||||||
dealing with the Twitter API
|
dealing with the Twitter API
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
from __future__ import generator_stop
|
||||||
|
|
|||||||
import warnings
|
import warnings
|
||||||
import re
|
import re
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue
I'm unsure if this
importis actually needed.