Skip to content

Commit 21ef0df

Browse files
committed
Remove unused import from test_normalizations.py for code clarity
1 parent ff90b5f commit 21ef0df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/transforms/test_normalizations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import pytest
22
import numpy as np
3-
from unittest.mock import patch
43
from virtual_stain_flow.transforms.normalizations import MaxScaleNormalize, ZScoreNormalize
54

65
class TestMaxScaleNormalize:

0 commit comments

Comments
 (0)