diff options
author | Max Wittig <max.wittig95@gmail.com> | 2020-01-22 21:59:01 +0100 |
---|---|---|
committer | Max Wittig <max.wittig95@gmail.com> | 2020-01-22 21:59:01 +0100 |
commit | 31662c8557e156f998b4fa81f8b9b6d6b0d0d55a (patch) | |
tree | 651ef36b19c45a64a86b17c9cc4e5b6feb519fae /gitlab/v4/objects/project.py | |
parent | 5650db9fd2ddcfef9da4ec972fefd82a7bfdef03 (diff) | |
download | gitlab-refactor/structure-objects.tar.gz |
chore: another tryrefactor/structure-objects
Diffstat (limited to 'gitlab/v4/objects/project.py')
-rw-r--r-- | gitlab/v4/objects/project.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gitlab/v4/objects/project.py b/gitlab/v4/objects/project.py index 0ec5f7e..ad22dbb 100644 --- a/gitlab/v4/objects/project.py +++ b/gitlab/v4/objects/project.py @@ -1512,8 +1512,6 @@ class PagesDomain(RESTObject): class PagesDomainManager(ListMixin, RESTManager): _path = "/pages/domains" _obj_cls = PagesDomain -======= ->>>>>>> 509394d... refactor: structure python objects in a reasonable way:gitlab/v4/objects/project.py class ProjectRegistryRepository(ObjectDeleteMixin, RESTObject): |