From 5738220259df4cee9fd05c665d9dbe875fdb8384 Mon Sep 17 00:00:00 2001 From: Justin <14909116+ThatGuyJustin@users.noreply.github.com> Date: Wed, 1 May 2019 18:26:36 -0400 Subject: [PATCH] Readded list field to import --- 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 273a5da..a971fc4 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 +from disco.types.base import SlottedModel, Field, snowflake, text, with_equality, with_hash, enum, ListField class DefaultAvatars(object):