diff options
Diffstat (limited to 'gitlab/const.py')
-rw-r--r-- | gitlab/const.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/const.py b/gitlab/const.py index e006285..33687c1 100644 --- a/gitlab/const.py +++ b/gitlab/const.py @@ -17,7 +17,6 @@ from gitlab.__version__ import __title__, __version__ - NO_ACCESS: int = 0 MINIMAL_ACCESS: int = 5 GUEST_ACCESS: int = 10 |