PEP 479: add appropriate __future__ tag

This commit is contained in:
Erik Zscheile 2021-01-26 22:22:56 +01:00
parent 1a54c15a71
commit 61c1ba9600

View file

@ -9,6 +9,7 @@ Twitter Authentication, and miscellaneous methods that are useful when
dealing with the Twitter API
"""
from __future__ import generator_stop
import warnings
import re