diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-05-25 22:47:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 22:47:44 +0200 |
commit | 7824811e1cb99a0397149b74b0950441cdc21eda (patch) | |
tree | 1e6131c02a5276abf26f72618ec0b0c86fd04ea2 /gitlab/cli.py | |
parent | 1508eb78a03b8d9429e474b7a6814ffe74517abb (diff) | |
parent | f3afd34260d681bbeec974b67012b90d407b7014 (diff) | |
download | gitlab-7824811e1cb99a0397149b74b0950441cdc21eda.tar.gz |
Merge pull request #1463 from JohnVillalovos/jlvillal/isort
chore: add isort as a checker
Diffstat (limited to 'gitlab/cli.py')
-rw-r--r-- | gitlab/cli.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/cli.py b/gitlab/cli.py index 0ee5994..7ae3137 100644 --- a/gitlab/cli.py +++ b/gitlab/cli.py @@ -28,7 +28,6 @@ from requests.structures import CaseInsensitiveDict import gitlab.config from gitlab.base import RESTObject - # This regex is based on: # https://github.com/jpvanhal/inflection/blob/master/inflection/__init__.py camel_upperlower_regex = re.compile(r"([A-Z]+)([A-Z][a-z])") |