From 2cdf1fc58e9436dcea77c1f772e42afb3995c568 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Fri, 2 Feb 2024 14:21:44 +0100 Subject: [PATCH] fix import order in entangle.py import order Change-Id: I54450bb64cb5cbea3d29072b6095b8b9e3962aa6 --- frappy_mlz/entangle.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frappy_mlz/entangle.py b/frappy_mlz/entangle.py index 3442726..6ba01fb 100644 --- a/frappy_mlz/entangle.py +++ b/frappy_mlz/entangle.py @@ -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 #####