Explorar el Código

Drop unnecessary future division import

We only ever use floor division (//) in the module.
Nathaniel Manista hace 9 años
padre
commit
1e44766bfc
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/python/grpcio/tests/unit/_rpc_test.py

+ 0 - 2
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