Skip to content

Commit e29b9e2

Browse files
committed
1
1 parent 78648b1 commit e29b9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sfnttools/tables/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def parse(data: bytes, reader: SfntTableReader) -> 'DefaultTable':
88

99
data: bytes
1010

11-
def __init__(self, data: bytes = b''):
11+
def __init__(self, data: bytes):
1212
self.data = data
1313

1414
def copy(self) -> 'DefaultTable':

0 commit comments

Comments
 (0)