diff options
| author | Max Wittig <max.wittig@siemens.com> | 2021-04-23 09:20:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-23 09:20:34 +0200 |
| commit | 976e14d95fc5716ad161cbf39d50e5863cd9b335 (patch) | |
| tree | a67bbd8ab6ca23d9b61992643c26f9cd2e19df7f /gitlab/v4/objects/services.py | |
| parent | 5fac07ab883120375532bfaf1dcae0f1d8940fb6 (diff) | |
| parent | 40f4ab20ba0903abd3d5c6844fc626eb264b9a6a (diff) | |
| download | gitlab-976e14d95fc5716ad161cbf39d50e5863cd9b335.tar.gz | |
Merge pull request #1397 from JohnVillalovos/jlvillal/flake8
Fix all issues reported by running: tox -e pep8 and enable pep8 as a linter check
Diffstat (limited to 'gitlab/v4/objects/services.py')
| -rw-r--r-- | gitlab/v4/objects/services.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/v4/objects/services.py b/gitlab/v4/objects/services.py index c638336..17bf63a 100644 --- a/gitlab/v4/objects/services.py +++ b/gitlab/v4/objects/services.py @@ -1,5 +1,4 @@ from gitlab import cli -from gitlab import exceptions as exc from gitlab.base import RESTManager, RESTObject from gitlab.mixins import ( DeleteMixin, |
