From d0153483e7ff16a1655311b4d6877daf4a5c82a7 Mon Sep 17 00:00:00 2001 From: Faster Speeding Date: Sun, 6 Oct 2019 23:30:24 +0000 Subject: [PATCH] Update disco/types/voice.py Co-Authored-By: Andrei Zbikowski --- disco/types/voice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disco/types/voice.py b/disco/types/voice.py index 6f915cd..fc00087 100644 --- a/disco/types/voice.py +++ b/disco/types/voice.py @@ -37,4 +37,4 @@ class VoiceRegion(SlottedModel): return self.id def __repr__(self): - return u''.format(self.name) + return u''.format(self.name)