Skip to content

Commit

Permalink
chore: remove remnants of python2 imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nejch committed Aug 22, 2020
1 parent cfa8097 commit 402566a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion gitlab/cli.py
Expand Up @@ -16,7 +16,6 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

from __future__ import print_function

import argparse
import functools
Expand Down
1 change: 0 additions & 1 deletion gitlab/v4/cli.py
Expand Up @@ -16,7 +16,6 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

from __future__ import print_function
import inspect
import operator
import sys
Expand Down
2 changes: 0 additions & 2 deletions gitlab/v4/objects.py
Expand Up @@ -15,8 +15,6 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

from __future__ import print_function
from __future__ import absolute_import
import base64

from gitlab.base import * # noqa
Expand Down

0 comments on commit 402566a

Please sign in to comment.