Skip to content

(fix #47) kernel.py: Removed unused imghdr import#48

Open
SaltSpectre wants to merge 1 commit into
vors:masterfrom
SaltSpectre:master
Open

(fix #47) kernel.py: Removed unused imghdr import#48
SaltSpectre wants to merge 1 commit into
vors:masterfrom
SaltSpectre:master

Conversation

@SaltSpectre
Copy link
Copy Markdown

@SaltSpectre SaltSpectre commented Mar 28, 2026

This pull request fixes #47 by removing the unused import imghdr from kernel.py

For more information regarding the deprecation of the imghdr module from the Python standard library, see: https://docs.python.org/3/library/imghdr.html

This also resolves #45 (Which I didn't see before I created my own issue. My bad.)

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.

Unused import imghdr in kernel.py causes incompatibility with Python 3.13+ Error: Kernel fails to start due to missing 'imghdr' module

1 participant