Skip to content

Commit

Permalink
Sprawling .pyi updates related to pybind11 PRs #4831, #4833.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 571968911
  • Loading branch information
Ralf W. Grosse-Kunstleve authored and tf-text-github-robot committed Oct 9, 2023
1 parent 01956af commit 404b38b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@
# limitations under the License.
# ==============================================================================

from typing import List

def build_phrase_model(arg0: List[str], arg1: str, arg2: bool, arg3: int, arg4: bool) -> bytes: ...
def build_phrase_model(arg0: list[str], arg1: str, arg2: bool, arg3: int, arg4: bool) -> bytes: ...

0 comments on commit 404b38b

Please sign in to comment.