🖤 make black happy

This commit is contained in:
SkalskiP 2023-06-14 15:54:40 +02:00
parent 13e8afa996
commit 4d4b38b292
1 changed files with 1 additions and 3 deletions

View File

@ -421,9 +421,7 @@ class ClassificationDataset(BaseDataset):
cv2.imwrite(image_path, image)
@classmethod
def from_folder_structure(
cls, root_directory_path: str
) -> ClassificationDataset:
def from_folder_structure(cls, root_directory_path: str) -> ClassificationDataset:
"""
Load data from a multiclass folder structure into a ClassificationDataset.