Fix pylint issue

pull/21696/head
Pau Freixes 5 years ago
parent 071da37fb9
commit 2dde566d39
  1. 2
      src/python/grpcio/grpc/experimental/aio/_call.py

@ -15,7 +15,7 @@
import asyncio
from functools import partial
from typing import AsyncIterable, List, Dict, Optional
from typing import AsyncIterable, Dict, Optional
import grpc
from grpc import _common

Loading…
Cancel
Save