diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-06-11 19:19:22 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-06-11 19:19:22 +0200 |
commit | 2a0afc50311c727ee3bef700553fb60924439ef4 (patch) | |
tree | e76cc0a3244a086f7ceec705102aef9a37b48dab /gitlab/tests | |
parent | 32c704c7737f0699e1c6979c6b4a8798ae41e930 (diff) | |
download | gitlab-2a0afc50311c727ee3bef700553fb60924439ef4.tar.gz |
Remove unused future.division import
We don't do math.
Diffstat (limited to 'gitlab/tests')
-rw-r--r-- | gitlab/tests/test_gitlabobject.py | 1 |
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 |