From 3628eed19e3f7019695ede1c8bcc3d737d9a3f98 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Mon, 25 Nov 2024 09:19:22 -0500 Subject: [PATCH] chore: remove mistaken name from __all__ --- src/useq/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/useq/__init__.py b/src/useq/__init__.py index cf8d8b9..9350c9f 100644 --- a/src/useq/__init__.py +++ b/src/useq/__init__.py @@ -67,7 +67,6 @@ "RelativeMultiPointPlan", "RelativePosition", "SLMImage", - "SLMImages", "Shape", "TDurationLoops", "TIntervalDuration",