Selaa lähdekoodia

Make PyLint happy

Lidi Zheng 5 vuotta sitten
vanhempi
commit
cf02badf87
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/python/grpcio_tests/tests/unit/_grpc_shutdown_test.py

+ 1 - 1
src/python/grpcio_tests/tests/unit/_grpc_shutdown_test.py

@@ -27,7 +27,7 @@ class GrpcShutdownTest(unittest.TestCase):
 
 
     def test_channel_close_with_connectivity_watcher(self):
     def test_channel_close_with_connectivity_watcher(self):
         """Originated by https://github.com/grpc/grpc/issues/20299.
         """Originated by https://github.com/grpc/grpc/issues/20299.
-        
+
         The grpc_shutdown happens synchronously, but there might be Core object
         The grpc_shutdown happens synchronously, but there might be Core object
         references left in Cython which might lead to ABORT or SIGSEGV.
         references left in Cython which might lead to ABORT or SIGSEGV.
         """
         """