Skip to content

Remove unused imghdr import#10

Draft
Mirochill wants to merge 1 commit into
danielgatis:masterfrom
Mirochill:fix-8-drop-unused-imghdr
Draft

Remove unused imghdr import#10
Mirochill wants to merge 1 commit into
danielgatis:masterfrom
Mirochill:fix-8-drop-unused-imghdr

Conversation

@Mirochill
Copy link
Copy Markdown

Fixes #8.

Summary:

  • Remove the unused imghdr import from the CLI module so docscan can import on Python 3.13+.

Validation:

  • git diff --check
  • rg -n "\bimghdr\b|imghdr\.what" . --glob "!*.ipynb"
  • Not run locally: tests/build/lint.

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.

Python 3.13.2 MacOS ModuleNotFoundError: No module named 'imghdr'

1 participant