Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit cc8684e

Browse files
committed
Try removing a NO COVER
1 parent ff8b6b5 commit cc8684e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/api_core/operations_v1/transports/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
_transport_registry["rest_asyncio"] = cast(
3333
OperationsTransport, AsyncOperationsRestTransport
3434
)
35-
except ImportError: # pragma: NO COVER
35+
except ImportError:
3636
# This import requires the `async_rest` extra.
3737
# Don't raise an exception if `AsyncOperationsRestTransport` cannot be imported
3838
# as other transports are still available.

0 commit comments

Comments
 (0)