Skip to content

Commit 0badc1a

Browse files
committed
object inheritance for python2 annotation
1 parent 24415d3 commit 0badc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wfdb/annotations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from . import downloads
77

88
# Class for WFDB annotations
9-
class Annotation():
9+
class Annotation(object):
1010
"""
1111
The class representing WFDB annotations.
1212

0 commit comments

Comments
 (0)