Skip to content

Commit f251725

Browse files
committed
Remove override for dill-specific tests like test_with_main_session.
1 parent 2719c2b commit f251725

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdks/python/apache_beam/internal/pickler.py

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def load_session(file_path):
6969

7070
def set_library(selected_library=DEFAULT_PICKLE_LIB):
7171
""" Sets pickle library that will be used. """
72-
selected_library = USE_CLOUDPICKLE
7372
global desired_pickle_lib
7473
# If switching to or from dill, update the pickler hook overrides.
7574
if (selected_library == USE_DILL) != (desired_pickle_lib == dill_pickler):

0 commit comments

Comments
 (0)