Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mypy message with hint #728

Merged
merged 1 commit into from
Feb 27, 2025
Merged

Fix mypy message with hint #728

merged 1 commit into from
Feb 27, 2025

Conversation

sbrunner
Copy link
Member

Description

Library stubs not installed for "markdown"., Hint: Hint: "python3 -m pip install types-Markdown". 

Became:

Library stubs not installed for "markdown". Hint: "python3 -m pip install types-Markdown".

Library stubs not installed for "markdown"., Hint: Hint: "python3 -m pip install types-Markdown".
became:
Library stubs not installed for "markdown". Hint: "python3 -m pip install types-Markdown".
@sbrunner sbrunner marked this pull request as ready for review February 27, 2025 07:35
@sbrunner
Copy link
Member Author

Thanks, @carlio :-)

@sbrunner sbrunner merged commit b74a217 into master Feb 27, 2025
5 checks passed
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.

None yet

2 participants