Skip to content

Commit

Permalink
mutable thrift-pyhon autodeps: remove manual tags
Browse files Browse the repository at this point in the history
Summary: Autodeps support was recently added for mutable thrift-python modules

Reviewed By: yoney

Differential Revision: D66561174

fbshipit-source-id: 351a11974bf5972ae588c798e03ee14e60d4af16
  • Loading branch information
Aristidis Papaioannou authored and facebook-github-bot committed Nov 28, 2024
1 parent 0870c6d commit bd89ff4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import thrift.test.thrift_python.enum_test.thrift_enums as enums

import thrift.test.thrift_python.enum_test.thrift_mutable_types as mutable_types # @manual=//thrift/test/thrift-python:enum_test_thrift-python-types
import thrift.test.thrift_python.enum_test.thrift_mutable_types as mutable_types
import thrift.test.thrift_python.enum_test.thrift_types as immutable_types

from parameterized import parameterized
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
StructOrUnion as ImmutableStructOrUnion,
)

from thrift.test.thrift_python.struct_test.thrift_mutable_types import ( # @manual=//thrift/test/thrift-python:struct_test_thrift-python-types
from thrift.test.thrift_python.struct_test.thrift_mutable_types import (
bool_constant,
byte_constant,
double_constant,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

from thrift.python.types import StructOrUnion as ImmutableStructOrUnion

from thrift.test.thrift_python.union_test.thrift_mutable_types import ( # @manual=//thrift/test/thrift-python:union_test_thrift-python-types
from thrift.test.thrift_python.union_test.thrift_mutable_types import (
TestUnion as TestUnionMutable,
TestUnionAdaptedTypes as TestUnionAdaptedTypesMutable,
)
Expand Down

0 comments on commit bd89ff4

Please sign in to comment.