Skip to content

Commit 0611640

Browse files
committed
Fix formatting error
1 parent b012ef7 commit 0611640

File tree

1 file changed

+1
-1
lines changed
  • cirq-google/cirq_google/cloud/quantum_v1alpha1/services/quantum_engine_service/transports

1 file changed

+1
-1
lines changed

cirq-google/cirq_google/cloud/quantum_v1alpha1/services/quantum_engine_service/transports/grpc_asyncio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def __init__(
303303
("grpc.keepalive_time_ms", 60 * 1000),
304304
# Allow unlimited keepalive pings in between data frames
305305
('grpc.http2.max_pings_without_data', 0),
306-
]
306+
],
307307
)
308308

309309
self._interceptor = _LoggingClientAIOInterceptor()

0 commit comments

Comments
 (0)