We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78648b1 commit e29b9e2Copy full SHA for e29b9e2
src/sfnttools/tables/default.py
@@ -8,7 +8,7 @@ def parse(data: bytes, reader: SfntTableReader) -> 'DefaultTable':
8
9
data: bytes
10
11
- def __init__(self, data: bytes = b''):
+ def __init__(self, data: bytes):
12
self.data = data
13
14
def copy(self) -> 'DefaultTable':
0 commit comments