Skip to content

Commit 2a0afc5

Browse files
author
Gauvain Pocentek
committed
Remove unused future.division import
We don't do math.
1 parent 32c704c commit 2a0afc5

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

gitlab/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"""Wrapper for the GitLab API."""
1818

1919
from __future__ import print_function
20-
from __future__ import division
2120
from __future__ import absolute_import
2221
import importlib
2322
import inspect

gitlab/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

1919
from __future__ import print_function
20-
from __future__ import division
2120
from __future__ import absolute_import
2221
import argparse
2322
import inspect

gitlab/tests/test_gitlabobject.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1919

2020
from __future__ import print_function
21-
from __future__ import division
2221
from __future__ import absolute_import
2322

2423
import json

gitlab/v3/objects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

1818
from __future__ import print_function
19-
from __future__ import division
2019
from __future__ import absolute_import
2120
import base64
2221
import json

gitlab/v4/objects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

1818
from __future__ import print_function
19-
from __future__ import division
2019
from __future__ import absolute_import
2120
import base64
2221
import json

0 commit comments

Comments
 (0)