Commit 161c1781 authored by Richard Bowman's avatar Richard Bowman 🔬
Browse files

Removed vestigial global statement

There was a global declaration for the modules
np and logging, probably left over from running
this code in the dodgy console plugin.  I've
removed it as it's ugly, dodgy, and no longer
needed.
parent 62136200
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -372,7 +372,8 @@ class FastAutofocusAPI(View):


autofocus_extension_v2 = BaseExtension(
    "org.openflexure.autofocus", version="2.0.0"
    "org.openflexure.autofocus", version="2.0.0",
    description="Actions to move the microscope in Z and pick the point with the sharpest image."
)

autofocus_extension_v2.add_method(fast_autofocus, "fast_autofocus")