Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LOFAR2.0
tango
Merge requests
!235
L2SS-610
:
L2SS-611
: Prevent assigning self.proxy twice
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
L2SS-610
:
L2SS-611
: Prevent assigning self.proxy twice
L2SS-610-self-proxy-twice
into
master
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Corné Lukken
requested to merge
L2SS-610-self-proxy-twice
into
master
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
Closes
L2SS-610
Closes
L2SS-611
Edited
3 years ago
by
Corné Lukken
0
0
Merge request reports
Viewing commit
ce6e8ede
Show latest version
1 file
+
0
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ce6e8ede
L2SS-611
: Prevent unused imports in retriever
· ce6e8ede
Corné Lukken
authored
3 years ago
tangostationcontrol/tangostationcontrol/toolkit/retriever.py
+
0
−
1
Options
#! /usr/bin/env python3
#! /usr/bin/env python3
from
tango
import
DeviceProxy
,
AttributeProxy
from
tangostationcontrol.toolkit.archiver_util
import
get_db_config
,
split_tango_name
from
tangostationcontrol.toolkit.archiver_util
import
get_db_config
,
split_tango_name
from
abc
import
ABC
,
abstractmethod
from
abc
import
ABC
,
abstractmethod
Loading