File tree Expand file tree Collapse file tree 4 files changed +0
-6
lines changed
Expand file tree Collapse file tree 4 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 1616# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717"""Wrapper for the GitLab API."""
1818
19- from __future__ import print_function
20- from __future__ import absolute_import
2119import importlib
2220import time
2321import warnings
Original file line number Diff line number Diff line change 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
2120import argparse
2221import functools
Original file line number Diff line number Diff line change 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
2019import inspect
2120import operator
2221import sys
Original file line number Diff line number Diff line change 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
2018import base64
2119
2220from gitlab .base import * # noqa
You can’t perform that action at this time.
0 commit comments