summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/packages.py
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-05-30 06:29:03 +0200
committerJohn Villalovos <john@sodarock.com>2021-05-31 20:43:30 -0700
commita11623b1aa6998e6520f3975f0f3f2613ceee5fb (patch)
tree8d199ce71c9258496e4e7837314e00e249fcf5c2 /gitlab/v4/objects/packages.py
parent79d88bde9e5e6c33029e4a9f26c97404e6a7a874 (diff)
downloadgitlab-a11623b1aa6998e6520f3975f0f3f2613ceee5fb.tar.gz
chore: apply typing suggestions
Co-authored-by: John Villalovos <john@sodarock.com>
Diffstat (limited to 'gitlab/v4/objects/packages.py')
-rw-r--r--gitlab/v4/objects/packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/v4/objects/packages.py b/gitlab/v4/objects/packages.py
index a470a94..3e9d9f2 100644
--- a/gitlab/v4/objects/packages.py
+++ b/gitlab/v4/objects/packages.py
@@ -73,7 +73,7 @@ class GenericPackageManager(RESTManager):
return self._obj_cls(
self,
- {
+ attrs={
"package_name": package_name,
"package_version": package_version,
"file_name": file_name,