Skip to content

Commit

Permalink
YAN-678: Fix import.
Browse files Browse the repository at this point in the history
  • Loading branch information
davepallot committed Apr 19, 2021
1 parent 9561bbc commit 6466e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daliuge-engine/dlg/drop.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
from .meta import dlg_float_param, dlg_int_param, dlg_list_param, \
dlg_string_param, dlg_bool_param, dlg_dict_param

from pyarrow.plasma import plasma
import pyarrow.plasma as plasma

# Opt into using per-drop checksum calculation
checksum_disabled = 'DLG_DISABLE_CHECKSUM' in os.environ
Expand Down

0 comments on commit 6466e55

Please sign in to comment.