-
Notifications
You must be signed in to change notification settings - Fork 98
791 type hints #792
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
base: main
Are you sure you want to change the base?
791 type hints #792
Conversation
128d720 to
3441d0a
Compare
|
This issue is stale because it has been open 180 days with no activity. |
|
I kept the logic changes in main (for uncertainty), while keeping typing changes from 791-type-hints I think I messed up my git origin so will put this on my own repo/branch then pull request into anju24's repo branch to update pull request There were a few issues with the type hints: normalizer.py - boundary can return validator.py - Changed variant mapper - used "hgvs.intervalmapper.Interval" - I don't think it should have been this one (there are 2) - deleted it |
|
I pushed to wrong place and it ended up in this repo's branch: https://github.com/biocommons/hgvs/tree/791-type-hints Changes vs main: main...791-type-hints I was able to fix conflicts with main, though when I tried to get it back onto @anju24 pull request, it still ends up with merge conflicts. I suspect this may be due to the auto formatting? Perhaps it would be easier to make a new pull request from that other branch? |
|
This issue is stale because it has been open 180 days with no activity. |
Relates to #791