From e4dbb90065bfb15f027c465f549899a765623618 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Thu, 25 May 2023 17:52:27 +0200 Subject: [PATCH] lakshore must not import from frappy_psi.mixins Change-Id: I988bef545f98d5c42d56af3fe4d5aae6dbf19809 --- frappy_psi/lakeshore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappy_psi/lakeshore.py b/frappy_psi/lakeshore.py index 53f16d7..57787f8 100644 --- a/frappy_psi/lakeshore.py +++ b/frappy_psi/lakeshore.py @@ -25,7 +25,7 @@ from frappy.core import Readable, Parameter, IntRange, EnumType, FloatRange, \ Attached, StructOf, WARN, Done, BoolType, Enum from frappy_psi.convergence import HasConvergence -from frappy_psi.mixins import HasOutputModule, HasControlledBy +from frappy.mixins import HasOutputModule, HasControlledBy class Ls340IO(StringIO):