Skip to content
Snippets Groups Projects
Commit 104a8bc7 authored by Taya Snijder's avatar Taya Snijder
Browse files

removed unused imports

parent 11757618
No related branches found
No related tags found
1 merge request!457Resolve L2SS-825 "Start an observation"
......@@ -5,12 +5,11 @@ from tangostationcontrol.test.devices.test_observation_base import TestObservati
from tangostationcontrol.integration_test import base
from tangostationcontrol.devices.observation_control import observation_wrapper
from tangostationcontrol.integration_test.device_proxy import TestDeviceProxy
import numpy
from os import environ
from os import environ
from json import loads
from tango import DevState, ApiUtil
from tango import DevState
class TestObservation(base.IntegrationTestCase):
......
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