From cf8dc193a357c820d5f0e5176c65d2b490f2bec3 Mon Sep 17 00:00:00 2001 From: Luke J <36803432+paixlukee@users.noreply.github.com> Date: Sat, 26 Oct 2019 23:40:43 -0400 Subject: [PATCH] Update utils.py --- tweepy/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/utils.py b/tweepy/utils.py index f6f8092..e5d2a5e 100644 --- a/tweepy/utils.py +++ b/tweepy/utils.py @@ -6,7 +6,7 @@ import time import re import locale -from aiohttp import quote +from urllib import quote from email.utils import parsedate