Drop unnecessary future division import

We only ever use floor division (//) in the module.
pull/6900/head
Nathaniel Manista 9 years ago
parent e697b7dbc6
commit 1e44766bfc
  1. 2
      src/python/grpcio/tests/unit/_rpc_test.py

@ -29,8 +29,6 @@
"""Test of gRPC Python's application-layer API.""" """Test of gRPC Python's application-layer API."""
from __future__ import division
import itertools import itertools
import threading import threading
import unittest import unittest

Loading…
Cancel
Save