diff options
author | Armin Weihbold <armin.weihbold@gmail.com> | 2016-09-10 06:58:19 +0200 |
---|---|---|
committer | Armin Weihbold <armin.weihbold@gmail.com> | 2016-09-10 06:58:19 +0200 |
commit | a692d59a1bb2a3438c115ada768471fc7a3f9e4b (patch) | |
tree | 95e5d38a97b6d03740e6306436c222ba9c514940 | |
parent | 48524627ee8cb0c90c6bc17a9641bcbb5364313e (diff) | |
download | gitlab-a692d59a1bb2a3438c115ada768471fc7a3f9e4b.tar.gz |
fix pep8
-rw-r--r-- | gitlab/objects.py | 1 |
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 |