microsoft / azure-devops-python-api

Azure DevOps Python API
https://docs.microsoft.com/azure/devops/integrate/index?view=azure-devops
MIT License
577 stars 197 forks source link

GitPullRequestChange does not inherit from GitChange/Change #489

Open Th3Link opened 7 months ago

Th3Link commented 7 months ago

It seems that the inheritance has gone wrong. I could not find out another way to access the changes of a git commit with changeType, item, ...

GitPullRequestChange (azure-devops/azure/devops/v7_1/git/models.py:1712) should inherit from Change (azure-devops/azure/devops/v7_1/git/models.py:2849) (item)