diff --git a/gitlab/cli.py b/gitlab/cli.py index 8fc30bc36..d356d162a 100644 --- a/gitlab/cli.py +++ b/gitlab/cli.py @@ -16,7 +16,6 @@ # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see . -from __future__ import print_function import argparse import functools diff --git a/gitlab/v4/cli.py b/gitlab/v4/cli.py index a8752612e..51416f142 100644 --- a/gitlab/v4/cli.py +++ b/gitlab/v4/cli.py @@ -16,7 +16,6 @@ # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see . -from __future__ import print_function import inspect import operator import sys diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py index 2f3e8a591..2a3615fa3 100644 --- a/gitlab/v4/objects.py +++ b/gitlab/v4/objects.py @@ -15,8 +15,6 @@ # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see . -from __future__ import print_function -from __future__ import absolute_import import base64 from gitlab.base import * # noqa