Mentions légales du service

Skip to content
Snippets Groups Projects
Verified Commit 6d3695fd authored by ANDREY Paul's avatar ANDREY Paul
Browse files

Add a couple of 'no cover' pragmas.

parent fdb8167f
No related branches found
No related tags found
1 merge request!49Add support for Torch 2.0
Pipeline #833693 passed
......@@ -70,8 +70,10 @@ from ._build import (
try:
from . import grpc
except ImportError:
# pragma: no cover
_INSTALLABLE_BACKENDS["grpc"] = ("grpcio", "protobuf")
try:
from . import websockets
except ImportError:
# pragma: no cover
_INSTALLABLE_BACKENDS["websockets"] = ("websockets",)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment