Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
declearn2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Magnet
DecLearn
declearn2
Commits
6d3695fd
Verified
Commit
6d3695fd
authored
1 year ago
by
ANDREY Paul
Browse files
Options
Downloads
Patches
Plain Diff
Add a couple of 'no cover' pragmas.
parent
fdb8167f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!49
Add support for Torch 2.0
Pipeline
#833693
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
declearn/communication/__init__.py
+2
-0
2 additions, 0 deletions
declearn/communication/__init__.py
with
2 additions
and
0 deletions
declearn/communication/__init__.py
+
2
−
0
View file @
6d3695fd
...
...
@@ -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
"
,)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment