From: Harmon Date: Tue, 13 Apr 2021 05:37:11 +0000 (-0500) Subject: Remove use_replay import in test_api.py X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ada9f1b8914009aee1c2de34a997ac284fd9c842;p=tweepy.git Remove use_replay import in test_api.py --- diff --git a/tests/test_api.py b/tests/test_api.py index f123363..3c03b12 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -5,7 +5,7 @@ import time import unittest from ast import literal_eval -from .config import tape, TweepyTestCase, use_replay, username +from .config import tape, TweepyTestCase, username from tweepy import API, FileCache, Friendship, MemoryCache from tweepy.parsers import Parser