Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
calgray committed Jan 12, 2022
1 parent 87b2223 commit 3f43686
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daliuge-engine/dlg/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,6 @@ def __init__(self, object_id: plasma.ObjectID, plasma_path="/tmp/plasma", expect
self._object_id = object_id
self._reader = None
self._writer = None
# TODO: could support multiple writes without staging if size is known
self._expected_size = expected_size if expected_size > 0 else None
self.use_staging = use_staging

Expand Down

0 comments on commit 3f43686

Please sign in to comment.