Fix #522 (needed bc of PEP 479) #540

Merged
fogti merged 2 commits from fix4pep479 into master 2021-07-16 13:10:28 -07:00
Showing only changes of commit 61c1ba9600 - Show all commits

View file

@ -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
fogti commented 2021-01-31 13:37:41 -08:00 (Migrated from github.com)

I'm unsure if this import is actually needed.

I'm unsure if this `import` is actually needed.
import warnings import warnings
import re import re