summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Weihbold <armin.weihbold@gmail.com>2016-09-10 06:58:19 +0200
committerArmin Weihbold <armin.weihbold@gmail.com>2016-09-10 06:58:19 +0200
commita692d59a1bb2a3438c115ada768471fc7a3f9e4b (patch)
tree95e5d38a97b6d03740e6306436c222ba9c514940
parent48524627ee8cb0c90c6bc17a9641bcbb5364313e (diff)
downloadgitlab-a692d59a1bb2a3438c115ada768471fc7a3f9e4b.tar.gz
fix pep8
-rw-r--r--gitlab/objects.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/objects.py b/gitlab/objects.py
index 4107d6b..be0dbef 100644
--- a/gitlab/objects.py
+++ b/gitlab/objects.py
@@ -1171,6 +1171,7 @@ class ProjectFork(GitlabObject):
requiredUrlAttrs = ['project_id']
optionalCreateAttrs = ['namespace']
+
class ProjectForkManager(BaseManager):
obj_cls = ProjectFork