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/cli.py | 1 - 1 file changed, 1 deletion(-) (limited to 'gitlab/cli.py') diff --git a/gitlab/cli.py b/gitlab/cli.py index 8fc30bc..d356d16 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 -- cgit v1.2.1