From db285e2f46ed357b9cf52c649abbde8da421bb13 Mon Sep 17 00:00:00 2001 From: Justin <14909116+ThatGuyJustin@users.noreply.github.com> Date: Wed, 1 May 2019 18:51:59 -0400 Subject: [PATCH] Fixing line length issue. --- disco/types/user.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/disco/types/user.py b/disco/types/user.py index b4eeab0..a8e8525 100644 --- a/disco/types/user.py +++ b/disco/types/user.py @@ -1,7 +1,9 @@ from datetime import datetime -from disco.types.base import SlottedModel, Field, snowflake, text, with_equality, with_hash, enum, ListField, cached_property - +from disco.types.base import ( + SlottedModel, Field, snowflake, text, with_equality, with_hash, enum, ListField, + cached_property, +) class DefaultAvatars(object): BLURPLE = 0