Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey committed Oct 30, 2024
1 parent 48a99e2 commit 13ac5be
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions sdks/python/apache_beam/ml/transforms/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
import collections
import copy
import os
from collections.abc import Sequence
import typing
from collections.abc import Sequence
from typing import Any
from typing import NamedTuple
from typing import Optional
Expand Down Expand Up @@ -74,13 +74,13 @@
}

tft_process_handler_input_type = Union[NamedTuple,
beam.Row,
dict[str,
Union[str,
float,
int,
bytes,
np.ndarray]]]
beam.Row,
dict[str,
Union[str,
float,
int,
bytes,
np.ndarray]]]
tft_process_handler_output_type = Union[beam.Row, dict[str, np.ndarray]]


Expand Down

0 comments on commit 13ac5be

Please sign in to comment.