From bd49417c308ceaada1365cd0db20b131c5778fe3 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Thu, 7 Jul 2022 19:27:24 +0200 Subject: [PATCH] typo --- slic/devices/endstations/alvra_xtg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slic/devices/endstations/alvra_xtg.py b/slic/devices/endstations/alvra_xtg.py index 4aecf0d3..922bab8e 100644 --- a/slic/devices/endstations/alvra_xtg.py +++ b/slic/devices/endstations/alvra_xtg.py @@ -1,5 +1,5 @@ from slic.core.device import Device, SimpleDevice -from self.devices.general.smaract import SmarActAxis +from slic.devices.general.smaract import SmarActAxis class XTG(Device):