From 4d4b38b292c811322ee26b4502f30bb4b31c1bb6 Mon Sep 17 00:00:00 2001 From: SkalskiP Date: Wed, 14 Jun 2023 15:54:40 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=A4=20make=20black=20happy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supervision/dataset/core.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/supervision/dataset/core.py b/supervision/dataset/core.py index 874b7f59..96c0be2b 100644 --- a/supervision/dataset/core.py +++ b/supervision/dataset/core.py @@ -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.