Skip to content

Commit 081f636

Browse files
committed
Fix typing
1 parent b020338 commit 081f636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/gifio/GifWriter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include "shared/runtime/context_manager_helpers.h"
3535

3636
//| class GifWriter:
37-
//| def __init__(self, file: Union[Typing.IO.BinaryIO, str], width:int, height:int, colorspace: displayio.Colorspace, loop:bool=True) -> None:
37+
//| def __init__(self, file: Union[typing.BinaryIO, str], width:int, height:int, colorspace: displayio.Colorspace, loop:bool=True) -> None:
3838
//| """Construct a GifWriter object
3939
//|
4040
//| :param file: Either a file open in bytes mode, or the name of a file to open in bytes mode.

0 commit comments

Comments
 (0)