Skip to content

Import gitlab.v4.objects in assign_mrs_to_versioned_milestones.py

Otherwise it fails with:

Traceback (most recent call last):
  File "/home/newman/isc/ws/bind9-qa/releng/./assign_mrs_to_versioned_milestones.py", line 28, in <module>
    project: gitlab.v4.objects.Project, title: str
             ^^^^^^^^^^^^^^^^^
AttributeError: module 'gitlab.v4' has no attribute 'objects'

Merge request reports