From 76094b2cc28e939144e03e36a3234dc13040cbc1 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Tue, 27 Oct 2020 17:11:41 +0000 Subject: [PATCH] Code formatting --- openflexure_microscope/microscope.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openflexure_microscope/microscope.py b/openflexure_microscope/microscope.py index c115c869..1035102a 100644 --- a/openflexure_microscope/microscope.py +++ b/openflexure_microscope/microscope.py @@ -163,7 +163,6 @@ class Microscope: else: logging.warning("The stage type is incorrectly defined.") - def has_real_stage(self) -> bool: """ Check if a real (non-mock) stage is currently attached.