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

Added type annotations to svg.path. #104

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

udifuchs
Copy link

@udifuchs udifuchs commented Dec 2, 2023

All source code and tests pass the mypy --strict checks.

The only change is the addition of type annotations. I made sure that there would not be any functional side effects.

Still, while adding type annotations I noticed a few minor issues with the existing code. So instead of fixing these issues, I just added TODO comments. Once this is merge, I will create other PRs to fix these issues.

All source code and tests pass the `mypy --strict` checks.
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.

1 participant