Skip to content

Commit 224a59a

Browse files
committed
removed inhuman comment blocks
1 parent 1eff02b commit 224a59a

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

dithertools/datamosh.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@
2929
from dithertools.video import Video
3030

3131

32-
# ---------------------------------------------------------------------------
33-
# Internal helpers
34-
# ---------------------------------------------------------------------------
35-
36-
3732
def _progress_iter(
3833
frames: Iterator[np.ndarray],
3934
total: int | None,
@@ -132,11 +127,6 @@ def _frame_count(source: "Image | Video | FrameGenerator") -> int | None:
132127
return getattr(source, "frame_count", None)
133128

134129

135-
# ---------------------------------------------------------------------------
136-
# Public API
137-
# ---------------------------------------------------------------------------
138-
139-
140130
def iframe_delete(
141131
scene_a: "Image | Video | FrameGenerator",
142132
scene_b: "Image | Video | FrameGenerator | None" = None,

0 commit comments

Comments
 (0)