Skip to content

Commit 0863e61

Browse files
authored
Fix "annotation" type
1 parent 96359fd commit 0863e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

muspy/classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ class Annotation(Base):
246246
"""
247247

248248
_attributes = OrderedDict([
249-
("time", int), ("annotation", Any), ("group", str)
249+
("time", int), ("annotation", object), ("group", str)
250250
])
251251
_optional_attributes = ["group"]
252252

0 commit comments

Comments
 (0)