We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6fbe0 commit 455a8beCopy full SHA for 455a8be
1 file changed
src/core/model.py
@@ -93,7 +93,7 @@ class OptionData(FileLineElementData):
93
94
# --------------------------------------------------------------------
95
def __init__(
96
- self, parent: FileLineData, offset: typing.Offset[int], name: str, value: any
+ self, parent: FileLineData, offset: typing.Optional[int], name: str, value: any
97
):
98
assert type(parent) is FileLineData
99
assert offset is None or type(offset) is int
0 commit comments