Skip to content

Commit 2ce02fc

Browse files
committed
whoops!
1 parent 39711c3 commit 2ce02fc

3 files changed

Lines changed: 87 additions & 87 deletions

File tree

sdks/python/src/lqp/proto/v1/fragments_pb2.pyi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
88
DESCRIPTOR: _descriptor.FileDescriptor
99

1010
class Fragment(_message.Message):
11-
__slots__ = ()
11+
__slots__ = ("id", "declarations", "debug_info")
1212
ID_FIELD_NUMBER: _ClassVar[int]
1313
DECLARATIONS_FIELD_NUMBER: _ClassVar[int]
1414
DEBUG_INFO_FIELD_NUMBER: _ClassVar[int]
@@ -18,15 +18,15 @@ class Fragment(_message.Message):
1818
def __init__(self, id: _Optional[_Union[FragmentId, _Mapping]] = ..., declarations: _Optional[_Iterable[_Union[_logic_pb2.Declaration, _Mapping]]] = ..., debug_info: _Optional[_Union[DebugInfo, _Mapping]] = ...) -> None: ...
1919

2020
class DebugInfo(_message.Message):
21-
__slots__ = ()
21+
__slots__ = ("ids", "orig_names")
2222
IDS_FIELD_NUMBER: _ClassVar[int]
2323
ORIG_NAMES_FIELD_NUMBER: _ClassVar[int]
2424
ids: _containers.RepeatedCompositeFieldContainer[_logic_pb2.RelationId]
2525
orig_names: _containers.RepeatedScalarFieldContainer[str]
2626
def __init__(self, ids: _Optional[_Iterable[_Union[_logic_pb2.RelationId, _Mapping]]] = ..., orig_names: _Optional[_Iterable[str]] = ...) -> None: ...
2727

2828
class FragmentId(_message.Message):
29-
__slots__ = ()
29+
__slots__ = ("id",)
3030
ID_FIELD_NUMBER: _ClassVar[int]
3131
id: bytes
3232
def __init__(self, id: _Optional[bytes] = ...) -> None: ...

0 commit comments

Comments
 (0)