From ddc4ea745d098b1b183e9dc59d7c996014a49f25 Mon Sep 17 00:00:00 2001 From: Justin <14909116+ThatGuyJustin@users.noreply.github.com> Date: Wed, 1 May 2019 18:48:11 -0400 Subject: [PATCH] Imports are a thing, sorry. --- disco/types/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disco/types/user.py b/disco/types/user.py index c91a4ea..b4eeab0 100644 --- a/disco/types/user.py +++ b/disco/types/user.py @@ -1,6 +1,6 @@ from datetime import datetime -from disco.types.base import SlottedModel, Field, snowflake, text, with_equality, with_hash, enum, ListField +from disco.types.base import SlottedModel, Field, snowflake, text, with_equality, with_hash, enum, ListField, cached_property class DefaultAvatars(object):