From 04f402e49ed9776e32c672070c24ec16fdc933b6 Mon Sep 17 00:00:00 2001 From: Justin <14909116+ThatGuyJustin@users.noreply.github.com> Date: Wed, 1 May 2019 18:55:09 -0400 Subject: [PATCH] flake8 fixes --- disco/types/user.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/disco/types/user.py b/disco/types/user.py index a8e8525..2791427 100644 --- a/disco/types/user.py +++ b/disco/types/user.py @@ -1,10 +1,11 @@ from datetime import datetime from disco.types.base import ( - SlottedModel, Field, snowflake, text, with_equality, with_hash, enum, ListField, + SlottedModel, Field, snowflake, text, with_equality, with_hash, enum, ListField, cached_property, ) + class DefaultAvatars(object): BLURPLE = 0 GREY = 1