From 454234b98b0c4be69e33e0bef0f12f63aa48e815 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Fri, 1 Dec 2023 14:49:50 -0600 Subject: [PATCH] remove line --- pymmcore/__init__.pyi | 1 - 1 file changed, 1 deletion(-) diff --git a/pymmcore/__init__.pyi b/pymmcore/__init__.pyi index e111b0a..c1dcaab 100644 --- a/pymmcore/__init__.pyi +++ b/pymmcore/__init__.pyi @@ -310,7 +310,6 @@ class CMMCore: attempted on a device that is not successfully initialized. When disabled, no exception is thrown and a warning is logged (and the operation may potentially cause incorrect behavior or a crash). - """ def enableStderrLog(self, enable: bool) -> None: """Enables or disables log message display on the standard console."""