We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580db93 commit 8d4b096Copy full SHA for 8d4b096
1 file changed
sdks/python/apache_beam/coders/coder_impl.py
@@ -57,8 +57,8 @@
57
58
from apache_beam.coders import observable
59
from apache_beam.coders.avro_record import AvroRecord
60
-from apache_beam.internal import cloudpickle
61
from apache_beam.internal import cloudpickle_pickler
+from apache_beam.internal.cloudpickle import cloudpickle
62
from apache_beam.typehints.schemas import named_tuple_from_schema
63
from apache_beam.utils import proto_utils
64
from apache_beam.utils import windowed_value
0 commit comments