From 7b0d62cf1a7101effb04725db12cc4d3c662b92d Mon Sep 17 00:00:00 2001 From: Yannick DAYER <yannick.dayer@idiap.ch> Date: Tue, 31 Jan 2023 14:30:46 +0100 Subject: [PATCH] [qa] Black --- src/bob/io/base/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bob/io/base/__init__.py b/src/bob/io/base/__init__.py index 5811450..6b0b20d 100644 --- a/src/bob/io/base/__init__.py +++ b/src/bob/io/base/__init__.py @@ -67,6 +67,7 @@ def open_file(filename) -> np.ndarray: ``filename`` : str The name of the file to open. """ + def check_gray(img): # Checking for gray scaled images if ( -- GitLab