Skip to content

Commit a85e40e

Browse files
committed
corrected comment
1 parent 71c87c5 commit a85e40e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mltu/preprocessors.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515

1616
class ImageReader:
17-
"""Read image with cv2 from path and return image and label"""
18-
def __init__(self, image_class, log_level: int = logging.INFO) -> None:
17+
"""Read image from path and return image and label"""
18+
def __init__(self, image_class, log_level: int = logging.INFO, ) -> None:
1919
self.logger = logging.getLogger(self.__class__.__name__)
2020
self.logger.setLevel(log_level)
2121
self._image_class = image_class

0 commit comments

Comments
 (0)