From a3bea9ae37d37e2e162f73fbc5b0dc5c9c810e5b Mon Sep 17 00:00:00 2001 From: SkalskiP Date: Wed, 19 Apr 2023 20:36:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20small=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supervision/dataset/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervision/dataset/core.py b/supervision/dataset/core.py index f93eeff4..00248fcd 100644 --- a/supervision/dataset/core.py +++ b/supervision/dataset/core.py @@ -7,7 +7,7 @@ from typing import Dict, List, Optional import cv2 import numpy as np -from supervision import list_files_with_extensions +from supervision.file import list_files_with_extensions from supervision.dataset.formats.pascal_voc import detections_to_pascal_voc from supervision.detection.core import Detections