Skip to content

Only import from documented gitlab.v4.objects module

While there are submodules like gitlab.v4.objects.jobs they are not documented and might change their contents or be deleted:

For example:

https://github.com/python-gitlab/python-gitlab/commit/a4280514546cc6e39da91d1671921b74b56c3283#diff-0e93db8d5468091fff7e2ee9c45c99ab1d334c72a2ac2ec8b88f226a4520c72c

All REST API objects are exported to the documented gitlab.v4.objects module so only import from it.

Merge request reports

Loading