Skip to content

Commit

Permalink
fix clobbered import from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey committed Jan 6, 2025
1 parent 3712b65 commit 32fbbed
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@
import sys
import types
import typing
from typing import Generic
from typing import TypeVar

from apache_beam.typehints import typehints

T = TypeVar('T')

_LOGGER = logging.getLogger(__name__)

# Describes an entry in the type map in convert_to_beam_type.
Expand Down

0 comments on commit 32fbbed

Please sign in to comment.