Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey committed Jan 6, 2025
1 parent 32fbbed commit 55475b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ class TypedWindowedValue(Generic[T]):
def __init__(self, *args, **kwargs):
raise NotImplementedError("This class is solely for type inference")


def convert_to_beam_type(typ):
"""Convert a given typing type to a Beam type.
Expand Down Expand Up @@ -347,7 +347,7 @@ def convert_to_beam_type(typ):
# to the correct type constraint in Beam
# This is needed to fix https://github.com/apache/beam/issues/33356
pass

elif (typ_module != 'typing') and (typ_module !=
'collections.abc') and not is_builtin(typ):
# Only translate primatives and types from collections.abc and typing.
Expand Down

0 comments on commit 55475b8

Please sign in to comment.