From dce0678b6d19fd210a5862b503ae9dcc7b894410 Mon Sep 17 00:00:00 2001 From: Jeremiah Boby Date: Wed, 10 Jul 2019 04:16:25 +0100 Subject: Give a code a lint --- pydis_site/apps/api/models/utils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pydis_site/apps/api/models/utils.py') diff --git a/pydis_site/apps/api/models/utils.py b/pydis_site/apps/api/models/utils.py index 8f590392..0540c4de 100644 --- a/pydis_site/apps/api/models/utils.py +++ b/pydis_site/apps/api/models/utils.py @@ -6,7 +6,6 @@ class ModelReprMixin: def __repr__(self): """Returns the current model class name and initialisation parameters.""" - attributes = ' '.join( f'{attribute}={value!r}' for attribute, value in sorted( -- cgit v1.2.3