Skip to content

Commit 39b9183

Browse files
chore: remove import of gitlab.utils from __init__.py
Initially when extracting out the gitlab/client.py code we tried to remove this but functional tests failed. Later we fixed the functional test that was failing, so now remove the unneeded import.
1 parent cbd4f1e commit 39b9183

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gitlab/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
from gitlab.client import Gitlab, GitlabList
3131
from gitlab.const import * # noqa
3232
from gitlab.exceptions import * # noqa
33-
from gitlab import utils # noqa
3433

3534

3635
warnings.filterwarnings("default", category=DeprecationWarning, module="^gitlab")

0 commit comments

Comments
 (0)