Skip to content

Commit 80e721e

Browse files
committed
Apply pre-commit fixes
1 parent dc42af6 commit 80e721e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/units/common/test_strategies.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ def test_raises_optics_error_when_all_sources_fail(self):
220220
def test_interface_default_encodes_numpy_via_capture(self):
221221
"""ElementSourceInterface.capture_screenshot_bytes() default encodes capture() result."""
222222
from optics_framework.common.elementsource_interface import ElementSourceInterface
223-
from unittest.mock import patch
224-
import cv2
225223

226224
class _MinimalSource(ElementSourceInterface):
227225
def capture(self) -> np.ndarray:

0 commit comments

Comments
 (0)