-
Notifications
You must be signed in to change notification settings - Fork 5
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
Use proper types instead of any
#19
Comments
Here are some pull requests that might be helpful reference for this task: |
This might have already been done via: refactor chip to new type pattern, add constrainedlayout and constraint. |
This might have already been done via: Fix Types, add testing and typecheck to CI, update @tscircuit/soup. |
This might have already been done via: Better type names, improve typing. |
This might have already been done via: Replace the deprecated imports. |
There's a lot of usage of
any
instead of using properly imported elements from @tscircuit/soup and e.g.Matrix
fromtransformation-matrix
The text was updated successfully, but these errors were encountered: