From cfcbef51d779831ac84eae7ad381cc798316b9b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Celderlabs=E2=80=9D?= Date: Sun, 14 Jul 2019 04:22:11 -0400 Subject: [PATCH] Fix failing test --- disco/types/guild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disco/types/guild.py b/disco/types/guild.py index c58dbcc..7c8990d 100644 --- a/disco/types/guild.py +++ b/disco/types/guild.py @@ -8,7 +8,7 @@ from disco.types.base import ( SlottedModel, Field, ListField, AutoDictField, DictField, snowflake, text, enum, datetime, cached_property, ) -from disco.types.user import User, Presence +from disco.types.user import User from disco.types.voice import VoiceState from disco.types.channel import Channel, ChannelType from disco.types.message import Emoji