From d9677081dca47b17539b785f7c892c36eef8063a Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 4 Apr 2021 09:56:06 -0500 Subject: [PATCH] Improve formatting in mixins.py --- tweepy/mixins.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tweepy/mixins.py b/tweepy/mixins.py index 9f01340..5e48333 100644 --- a/tweepy/mixins.py +++ b/tweepy/mixins.py @@ -2,6 +2,7 @@ # Copyright 2009-2021 Joshua Roesslein # See LICENSE for details. + class EqualityComparableID: __slots__ = () -- 2.25.1