From 2c96537384299e734f11da71f0ee341a5234772e Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 16 Jun 2021 19:29:55 -0500 Subject: [PATCH] Add missing pass for TwitterServerError --- tweepy/errors.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tweepy/errors.py b/tweepy/errors.py index fe595ec..e258c6a 100644 --- a/tweepy/errors.py +++ b/tweepy/errors.py @@ -72,3 +72,4 @@ class TooManyRequests(HTTPException): class TwitterServerError(HTTPException): """Exception raised for a 5xx HTTP status code""" + pass -- 2.25.1