From ada9f1b8914009aee1c2de34a997ac284fd9c842 Mon Sep 17 00:00:00 2001 From: Harmon Date: Tue, 13 Apr 2021 00:37:11 -0500 Subject: [PATCH] Remove use_replay import in test_api.py --- tests/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1