praharsh777
Results
2
issues of
praharsh777
This PR resolves [#1047](https://github.com/deepmind/alphafold/issues/1047), where users encounter: ModuleNotFoundError: No module named 'tree' This is caused by the dm-tree package not being properly installed or recognized on some Windows environments. ✅...
Hello!! This PR resolves an issue where Bowler would crash when transforming functions with complex type annotations like typing.List[str]. 🐞Problem: When processing code like: """ def foo(bar: typing.List[str]): pass """...
CLA Signed