diff options
author | 2019-07-10 04:16:25 +0100 | |
---|---|---|
committer | 2019-07-10 04:16:25 +0100 | |
commit | dce0678b6d19fd210a5862b503ae9dcc7b894410 (patch) | |
tree | 3dec1435c12bdada903585719ff8b9abc3c1faa7 /pydis_site/apps/api/models/utils.py | |
parent | Teach 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.py | 1 |
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( |