Skip to content

Commit fe43df7

Browse files
committed
restore one NO COVER pragma
1 parent 5ebe08d commit fe43df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/api_core/operations_v1/abstract_operations_base_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class AbstractOperationsBaseClientMeta(type):
5151

5252
_transport_registry = OrderedDict() # type: Dict[str, Type[OperationsTransport]]
5353
_transport_registry["rest"] = OperationsRestTransport
54-
if HAS_ASYNC_REST_DEPENDENCIES: # try: NO COVER
54+
if HAS_ASYNC_REST_DEPENDENCIES: # pragma: NO COVER
5555
_transport_registry["rest_asyncio"] = AsyncOperationsRestTransport
5656

5757
def get_transport_class(

0 commit comments

Comments
 (0)