Skip to content

Commit 749c66e

Browse files
committed
Add comment
1 parent 8f05310 commit 749c66e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/PIL/ImageFilter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class MultibandFilter(Filter):
4040
pass
4141

4242

43+
# Arguments passed to the core filter method
4344
class _FilterArgs(NamedTuple):
4445
size: tuple[int, int]
4546
scale: float

0 commit comments

Comments
 (0)