Skip to content

Commit d33bfa3

Browse files
committed
Fix docstring.
1 parent 50ed340 commit d33bfa3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

python/transform.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -867,13 +867,6 @@ def perform_encode(self, data, params):
867867
return None
868868

869869
def perform_decode_with_context(self, context, params) -> bool:
870-
"""
871-
``perform_decode_with_context`` implements context-aware ZIP extraction.
872-
Two-phase flow:
873-
- Phase 1 (discovery): populate available_files, return False.
874-
- Phase 2 (extraction): for each requested file, create a child context and return
875-
True if all succeeded, False otherwise.
876-
"""
877870
try:
878871
zf = zipfile.ZipFile(io.BytesIO(context.input.read(0, context.input.length)), "r")
879872
except Exception:

0 commit comments

Comments
 (0)