From d497a33e1a292f11461f844f85cf05768677c38e Mon Sep 17 00:00:00 2001 From: Lasse Studion Date: Wed, 21 Dec 2022 16:52:18 +0100 Subject: [PATCH] Removed dependency. --- twitter_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/twitter_api.py b/twitter_api.py index e24cdb4..f89cef2 100644 --- a/twitter_api.py +++ b/twitter_api.py @@ -1,6 +1,5 @@ import requests import config -from requests_oauthlib import OAuth2Session, OAuth1Session class API: def __init__(self):