mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 09:21:13 +08:00
Correct ruff failures (#8732)
* fix: Correct ruff problems * updating DIRECTORY.md * fix: Fix pre-commit errors * updating DIRECTORY.md --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
793e564e1d
commit
1faf10b5c2
@ -96,7 +96,7 @@ def test_nearest_neighbour(
|
||||
|
||||
|
||||
def test_local_binary_pattern():
|
||||
file_path: str = "digital_image_processing/image_data/lena.jpg"
|
||||
file_path = "digital_image_processing/image_data/lena.jpg"
|
||||
|
||||
# Reading the image and converting it to grayscale.
|
||||
image = imread(file_path, 0)
|
||||
|
Reference in New Issue
Block a user