aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/models/utils.py
diff options
context:
space:
mode:
authorGravatar Jeremiah Boby <[email protected]>2019-07-10 04:16:25 +0100
committerGravatar Jeremiah Boby <[email protected]>2019-07-10 04:16:25 +0100
commitdce0678b6d19fd210a5862b503ae9dcc7b894410 (patch)
tree3dec1435c12bdada903585719ff8b9abc3c1faa7 /pydis_site/apps/api/models/utils.py
parentTeach new lint rules to old code (diff)
Give a code a lint
Diffstat (limited to 'pydis_site/apps/api/models/utils.py')
-rw-r--r--pydis_site/apps/api/models/utils.py1
1 files changed, 0 insertions, 1 deletions
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(