diff options
author | Max Wittig <max.wittig@siemens.com> | 2021-02-26 22:17:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-26 22:17:01 +0100 |
commit | d0eb1b53619e1d1dd0353715cdf500f82ead7ecf (patch) | |
tree | 29a1677d8ec0adb0b5c8117cea680ba2ded1031e | |
parent | cbd4f1e73afc8eea0b75c0b5a8734886cb081c1b (diff) | |
parent | 39b918374b771f1d417196ca74fa04fe3968c412 (diff) | |
download | gitlab-d0eb1b53619e1d1dd0353715cdf500f82ead7ecf.tar.gz |
Merge pull request #1340 from JohnVillalovos/jlvillal/gitlab_init
chore: remove import of gitlab.utils from __init__.py
-rw-r--r-- | gitlab/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index 2802615..b264e5a 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -30,7 +30,6 @@ from gitlab.__version__ import ( from gitlab.client import Gitlab, GitlabList from gitlab.const import * # noqa from gitlab.exceptions import * # noqa -from gitlab import utils # noqa warnings.filterwarnings("default", category=DeprecationWarning, module="^gitlab") |