Skip to content

Commit

Permalink
Add idl_type to the stub file
Browse files Browse the repository at this point in the history
Summary: Add missing `idl_type` to the stub file.

Differential Revision: D63893530

fbshipit-source-id: 8b76f8df00e2e0b2b4f51497c925ac13843e3ba7
  • Loading branch information
yoney authored and facebook-github-bot committed Oct 4, 2024
1 parent 1ef01d9 commit f2b0a18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thrift/lib/python/types.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class FieldInfo:
default_value: object,
adapter_info: typing.Optional[tuple[object, Struct]],
is_primitive: bool,
idl_type: int = -1,
) -> None: ...

class ListTypeInfo:
Expand Down

0 comments on commit f2b0a18

Please sign in to comment.