Skip to content

Commit 902a36d

Browse files
committed
didn't actually add Sequence[int] support to false_color
1 parent 6b33677 commit 902a36d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared-bindings/bitmapfilter/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ MP_DEFINE_CONST_FUN_OBJ_KW(bitmapfilter_lookup_obj, 0, bitmapfilter_lookup);
360360

361361
//| def false_color(
362362
//| bitmap: displayio.Bitmap,
363-
//| palette: displayio.Palette | Sequence[int],
363+
//| palette: displayio.Palette,
364364
//| mask: displayio.Bitmap | None,
365365
//| ) -> displayio.Bitmap:
366366
//| """Convert the image to false color using the given palette

0 commit comments

Comments
 (0)