Skip to content

Commit 445d313

Browse files
author
Grégoire Roussel
committed
fix stray 'unicode'
1 parent 64f69eb commit 445d313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meshcat/geometry.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def lower(self, object_data):
229229
return {
230230
u"uuid": self.uuid,
231231
u"type": u"_text",
232-
u"text": unicode(self.text),
232+
u"text": self.text,
233233
u"font_size": self.font_size,
234234
u"font_face": self.font_face,
235235
}

0 commit comments

Comments
 (0)