From 1c871749b06f116ad759d261a873f02ce92e2d48 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Fri, 11 Apr 2025 12:32:32 +0100 Subject: [PATCH] Remove module level noqa from background detect. --- src/openflexure_microscope_server/things/background_detect.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openflexure_microscope_server/things/background_detect.py b/src/openflexure_microscope_server/things/background_detect.py index 457bc612..744ed402 100644 --- a/src/openflexure_microscope_server/things/background_detect.py +++ b/src/openflexure_microscope_server/things/background_detect.py @@ -1,5 +1,3 @@ -# ruff: noqa: E722 - from typing import Mapping, Optional import cv2 import numpy as np