Skip to content
Snippets Groups Projects
Commit 7b0d62cf authored by Yannick DAYER's avatar Yannick DAYER
Browse files

[qa] Black

parent 5c03d57b
No related branches found
No related tags found
1 merge request!46Auto-update pre-commit
Pipeline #69310 passed
...@@ -67,6 +67,7 @@ def open_file(filename) -> np.ndarray: ...@@ -67,6 +67,7 @@ def open_file(filename) -> np.ndarray:
``filename`` : str ``filename`` : str
The name of the file to open. The name of the file to open.
""" """
def check_gray(img): def check_gray(img):
# Checking for gray scaled images # Checking for gray scaled images
if ( if (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment