Skip to content
GitLab
Explore
Sign in
Register
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
c390eb1a
Commit
c390eb1a
authored
3 years ago
by
Taya Snijder
Browse files
Options
Downloads
Patches
Plain Diff
removed unused imports
parent
67866f4d
No related branches found
No related tags found
1 merge request
!276
Resolve L2SS-655 "Add digitalbeam device"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tangostationcontrol/tangostationcontrol/devices/sdp/DigitalBeam.py
+5
-5
5 additions, 5 deletions
...ioncontrol/tangostationcontrol/devices/sdp/DigitalBeam.py
with
5 additions
and
5 deletions
tangostationcontrol/tangostationcontrol/devices/sdp/DigitalBeam.py
+
5
−
5
View file @
c390eb1a
...
@@ -8,16 +8,16 @@
...
@@ -8,16 +8,16 @@
"""
"""
# PyTango imports
# PyTango imports
from
tango.server
import
device_property
#
from tango.server import device_property
from
tango
import
AttrWriteType
#
from tango import AttrWriteType
# Additional import
# Additional import
from
tangostationcontrol.common.entrypoint
import
entry
from
tangostationcontrol.common.entrypoint
import
entry
from
tangostationcontrol.clients.attribute_wrapper
import
attribute_wrapper
#
from tangostationcontrol.clients.attribute_wrapper import attribute_wrapper
from
tangostationcontrol.devices.opcua_device
import
opcua_device
from
tangostationcontrol.devices.opcua_device
import
opcua_device
from
tangostationcontrol.devices.sdp.sdp
import
SDP
#
from tangostationcontrol.devices.sdp.sdp import SDP
import
numpy
#
import numpy
__all__
=
[
"
DigitalBeam
"
,
"
main
"
]
__all__
=
[
"
DigitalBeam
"
,
"
main
"
]
...
...
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