From 402566a665dfdf0862f15a7e59e4d804d1301c77 Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Wed, 8 Apr 2020 23:57:32 +0200 Subject: chore: remove remnants of python2 imports --- gitlab/v4/cli.py | 1 - gitlab/v4/objects.py | 2 -- 2 files changed, 3 deletions(-) (limited to 'gitlab/v4') diff --git a/gitlab/v4/cli.py b/gitlab/v4/cli.py index a875261..51416f1 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 2f3e8a5..2a3615f 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 -- cgit v1.2.1