Skip to content

Commit 5360593

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ce01987 commit 5360593

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

digital_image_processing/test_digital_image_processing.py

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import numpy as np
32
from cv2 import COLOR_BGR2GRAY, cvtColor, imread
43
from numpy import array, uint8
@@ -22,7 +21,6 @@
2221
IMG_PATH = r"C:/Users/USER/Python/digital_image_processing/image_data/lena_small.jpg"
2322

2423

25-
2624
@pytest.fixture
2725
def gray_image():
2826
img = imread(IMG_PATH)
@@ -110,4 +108,3 @@ def test_local_binary_pattern():
110108
lbp_image[i][j] = lbp.local_binary_value(img, i, j)
111109

112110
assert lbp_image.any()
113-

0 commit comments

Comments
 (0)