Replace old C-style string formatting/interpolation with f-strings
authorHarmon <Harmon758@gmail.com>
Mon, 28 Dec 2020 04:49:52 +0000 (22:49 -0600)
committerHarmon <Harmon758@gmail.com>
Mon, 28 Dec 2020 04:49:52 +0000 (22:49 -0600)
commitd036c38671326113efa67bfeac7dba955733cd44
tree1c34baa37e785c023d8da7efde2329d2ce5413b0
parent3dbcebe6a4ffcb96f2f68d4047d2421287b1519e
Replace old C-style string formatting/interpolation with f-strings
setup.py
tests/test_api.py
tests/test_auth.py
tests/test_streaming.py
tweepy/api.py
tweepy/auth.py
tweepy/binder.py
tweepy/models.py
tweepy/parsers.py
tweepy/streaming.py