diff options
Diffstat (limited to 'gitlab')
-rw-r--r-- | gitlab/v4/objects.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py index 0f709fe..5637859 100644 --- a/gitlab/v4/objects.py +++ b/gitlab/v4/objects.py @@ -4463,6 +4463,7 @@ class ProjectManager(CRUDMixin, RESTManager): "ci_config_path", ), ) + _types = {"avatar": types.ImageAttribute} _list_filters = ( "search", "owned", |