Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Commits
079db4e6
Commit
079db4e6
authored
10 months ago
by
Daniel Nemergut
Browse files
Options
Downloads
Patches
Plain Diff
More pre-commit suggestions
parent
e51947a4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1706
merge 2.8.4 to main
,
!1670
WS-1405 CASA matrix service
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
shared/workspaces/workspaces/system/services/casa_matrix_service.py
+1
-4
1 addition, 4 deletions
...kspaces/workspaces/system/services/casa_matrix_service.py
with
1 addition
and
4 deletions
shared/workspaces/workspaces/system/services/casa_matrix_service.py
+
1
−
4
View file @
079db4e6
...
...
@@ -25,10 +25,7 @@ from pycapo import CapoConfig
from
sqlalchemy.ext.declarative
import
declarative_base
from
sqlalchemy.orm
import
Session
from
workspaces.capability.schema
import
(
Capability
,
CasaMatrixCasaVersion
,
)
from
workspaces.capability.schema
import
Capability
,
CasaMatrixCasaVersion
from
workspaces.system.services.interfaces
import
CasaMatrixServiceIF
logger
=
logging
.
getLogger
(
__name__
)
...
...
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