fix import order in entangle.py

import order

Change-Id: I54450bb64cb5cbea3d29072b6095b8b9e3962aa6
This commit is contained in:
2024-02-02 14:21:44 +01:00
parent ffaa9c83bd
commit 2cdf1fc58e

View File

@ -36,12 +36,12 @@ from time import sleep, time as currenttime
import PyTango
from frappy.datatypes import ArrayOf, EnumType, FloatRange, IntRange, \
LimitsType, StringType, TupleOf, ValueType
LimitsType, StatusType, StringType, TupleOf, ValueType
from frappy.errors import CommunicationFailedError, ConfigError, \
HardwareError, ProgrammingError, WrongTypeError
from frappy.lib import lazy_property
from frappy.modules import Command, Drivable, Module, Parameter, Readable, \
StatusType, Writable, Property
from frappy.modules import Command, Drivable, Module, Parameter, Property, \
Readable, Writable
#####