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)