summaryrefslogtreecommitdiff
path: root/gitlab/tests/test_gitlabobject.py
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2017-06-11 19:19:22 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2017-06-11 19:19:22 +0200
commit2a0afc50311c727ee3bef700553fb60924439ef4 (patch)
treee76cc0a3244a086f7ceec705102aef9a37b48dab /gitlab/tests/test_gitlabobject.py
parent32c704c7737f0699e1c6979c6b4a8798ae41e930 (diff)
downloadgitlab-2a0afc50311c727ee3bef700553fb60924439ef4.tar.gz
Remove unused future.division import
We don't do math.
Diffstat (limited to 'gitlab/tests/test_gitlabobject.py')
-rw-r--r--gitlab/tests/test_gitlabobject.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/tests/test_gitlabobject.py b/gitlab/tests/test_gitlabobject.py
index 3bffb82..695f900 100644
--- a/gitlab/tests/test_gitlabobject.py
+++ b/gitlab/tests/test_gitlabobject.py
@@ -18,7 +18,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from __future__ import print_function
-from __future__ import division
from __future__ import absolute_import
import json