Skip to content

Commit 402566a

Browse files
committed
chore: remove remnants of python2 imports
1 parent cfa8097 commit 402566a

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

gitlab/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
# You should have received a copy of the GNU Lesser General Public License
1717
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

19-
from __future__ import print_function
2019

2120
import argparse
2221
import functools

gitlab/v4/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
# You should have received a copy of the GNU Lesser General Public License
1717
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

19-
from __future__ import print_function
2019
import inspect
2120
import operator
2221
import sys

gitlab/v4/objects.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
# You should have received a copy of the GNU Lesser General Public License
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

18-
from __future__ import print_function
19-
from __future__ import absolute_import
2018
import base64
2119

2220
from gitlab.base import * # noqa

0 commit comments

Comments
 (0)