From b9e4393b3a93e17c1674c0260f5e33a00a291d55 Mon Sep 17 00:00:00 2001 From: DataOmbudsman Date: Tue, 27 Aug 2024 19:20:43 +0200 Subject: [PATCH] Refactor imports Signed-off-by: DataOmbudsman --- profiling.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/profiling.py b/profiling.py index be3b772..963d64d 100644 --- a/profiling.py +++ b/profiling.py @@ -7,7 +7,10 @@ from incdbscan import IncrementalDBSCAN from incdbscan._deleter import Deleter from incdbscan._inserter import Inserter -from incdbscan.tests.testutils import read_handl_data, read_chameleon_data +from incdbscan.tests.testutils import ( + read_chameleon_data, + read_handl_data +) BASE_PATH = Path(__file__).parent