Skip to content

Commit d0eb1b5

Browse files
authored
Merge pull request #1340 from JohnVillalovos/jlvillal/gitlab_init
chore: remove import of gitlab.utils from __init__.py
2 parents cbd4f1e + 39b9183 commit d0eb1b5

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)