Merge pull request #19581 from lidizheng/rf-signal

Remove the unused import that breaks import
pull/19318/head
Lidi Zheng 5 years ago committed by GitHub
commit 6d62eb1b70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/python/grpcio_tests/tests/unit/_signal_handling_test.py

@ -13,8 +13,6 @@
# limitations under the License.
"""Test of responsiveness to signals."""
from __future__ import print_function
import logging
import os
import signal

Loading…
Cancel
Save