Skip to content
Snippets Groups Projects
Commit 1e44766b authored by Nathaniel Manista's avatar Nathaniel Manista
Browse files

Drop unnecessary future division import

We only ever use floor division (//) in the module.
parent e697b7db
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,6 @@
"""Test of gRPC Python's application-layer API."""
from __future__ import division
import itertools
import threading
import unittest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment