From: Harmon Date: Thu, 17 Jun 2021 00:29:55 +0000 (-0500) Subject: Add missing pass for TwitterServerError X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2c96537384299e734f11da71f0ee341a5234772e;p=tweepy.git Add missing pass for TwitterServerError --- 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