diff options
author | Liora Milbaum <liora@lmb.co.il> | 2022-12-19 22:06:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-19 21:06:54 +0100 |
commit | 6fca6512a32e9e289f988900e1157dfe788f54be (patch) | |
tree | af30c296b3f36983ca7c2f11f71a3cbea9dd42e2 | |
parent | 3f86d36218d80b293b346b37f8be5efa6455d10c (diff) | |
download | gitlab-6fca6512a32e9e289f988900e1157dfe788f54be.tar.gz |
refactor: remove unneeded requests.utils import (#2426)
-rw-r--r-- | gitlab/client.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/client.py b/gitlab/client.py index 36d4ae2..ebb7852 100644 --- a/gitlab/client.py +++ b/gitlab/client.py @@ -7,7 +7,6 @@ from typing import Any, cast, Dict, List, Optional, Tuple, Type, TYPE_CHECKING, from urllib import parse import requests -import requests.utils import gitlab import gitlab.config |