From 9875accbc235dc24b4eccb758d2e1e9995c06fcc Mon Sep 17 00:00:00 2001 From: Stefan Krawczyk Date: Fri, 3 Jan 2025 16:08:34 -0800 Subject: [PATCH] Remove spurious code --- hamilton/plugins/h_threadpool.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hamilton/plugins/h_threadpool.py b/hamilton/plugins/h_threadpool.py index 7f275095e..d6bd4de38 100644 --- a/hamilton/plugins/h_threadpool.py +++ b/hamilton/plugins/h_threadpool.py @@ -1,10 +1,6 @@ from concurrent.futures import Future, ThreadPoolExecutor from typing import Any, Callable, Dict, List, Type -from hamilton import registry - -registry.disable_autoload() - from hamilton import lifecycle, node from hamilton.lifecycle import base