Skip to content

Commit 7868b4b

Browse files
generatedunixname537391475639613meta-codesync[bot]
authored andcommitted
Fix for T248745878 ("Your diff, D89126670, broke one test")
Reviewed By: ahilger Differential Revision: D89249392 fbshipit-source-id: 2864801b85a9c2f95f8f02f8b11af18eafe36308
1 parent 37925fa commit 7868b4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

third-party/thrift/src/thrift/test/thrift-python/struct_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
to_thrift_set,
4242
)
4343
from thrift.python.types import (
44-
isset as immutable_isset,
44+
isset_DEPRECATED as immutable_isset,
4545
Struct as ImmutableStruct,
4646
StructMeta as ImmutableStructMeta,
4747
StructOrUnion as ImmutableStructOrUnion,

0 commit comments

Comments
 (0)