diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-06-14 19:29:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-14 19:29:05 -0700 |
commit | b4fc876dbb0307c2d07d087fa80a5ee3c514d389 (patch) | |
tree | 302c00bd283c9977c00f31c264c1d8a32a0fd31a | |
parent | 655e28f845cad8a7128d2e54d20f2182f100447a (diff) | |
parent | 1e44766bfc3975af2f223a2e2442ba5794f86bc9 (diff) |
Merge pull request #6900 from nathanielmanistaatgoogle/_rpc_test-future-division
Drop unnecessary future division import
-rw-r--r-- | src/python/grpcio/tests/unit/_rpc_test.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/python/grpcio/tests/unit/_rpc_test.py b/src/python/grpcio/tests/unit/_rpc_test.py index 8773e96284..8407593c86 100644 --- a/src/python/grpcio/tests/unit/_rpc_test.py +++ b/src/python/grpcio/tests/unit/_rpc_test.py @@ -29,8 +29,6 @@ """Test of gRPC Python's application-layer API.""" -from __future__ import division - import itertools import threading import unittest |