Skip to content

Conversation

dpgeorge
Copy link
Member

This base64 library only uses struct.unpack which is available in the built-in struct module, so no need for the micropython-lib extras.

@dpgeorge dpgeorge requested a review from projectgus September 11, 2024 04:05
This base64 library only uses `struct.unpack` which is available in the
built-in `struct` module, so no need for the micropython-lib extras.

Signed-off-by: Damien George <[email protected]>
@dpgeorge dpgeorge force-pushed the base64-remove-struct-dependency branch from e06446c to 394cbfc Compare September 23, 2024 01:27
@dpgeorge dpgeorge merged commit 394cbfc into micropython:master Sep 23, 2024
4 checks passed
@dpgeorge dpgeorge deleted the base64-remove-struct-dependency branch September 23, 2024 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants