Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
Summary: I stumbled upon unused imports in this file.

Reviewed By: yoney

Differential Revision: D63030220

fbshipit-source-id: 668a352a67148ad06b0ba99e05c0c30396a499e5
  • Loading branch information
Satish Kumar authored and facebook-github-bot committed Sep 19, 2024
1 parent 77847dd commit ac5e2ba
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,12 @@
TestStructNested_1 as TestStructNested_1_Mutable,
TestStructNested_2 as TestStructNested_2_Mutable,
TestStructWithDefaultValues as TestStructWithDefaultValuesMutable,
TestStructWithExceptionField as TestStructWithExceptionFieldMutable,
TestStructWithTypedefField as TestStructWithTypedefFieldMutable,
TestStructWithUnionField as TestStructWithUnionFieldMutable,
)

from thrift.test.thrift_python.struct_test.thrift_types import (
TestStruct as TestStructImmutable,
TestStructAdaptedTypes as TestStructAdaptedTypesImmutable,
TestStructAllThriftContainerTypes as TestStructAllThriftContainerTypesImmutable,
TestStructAllThriftPrimitiveTypes as TestStructAllThriftPrimitiveTypesImmutable,
TestStructAllThriftPrimitiveTypesWithDefaultValues as TestStructAllThriftPrimitiveTypesWithDefaultValuesImmutable,
TestStructWithDefaultValues as TestStructWithDefaultValuesImmutable,
Expand Down

0 comments on commit ac5e2ba

Please sign in to comment.