We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415d85e commit ac2140aCopy full SHA for ac2140a
hamilton/plugins/h_threadpool.py
@@ -1,10 +1,6 @@
1
from concurrent.futures import Future, ThreadPoolExecutor
2
from typing import Any, Callable, Dict, List, Type
3
4
-from hamilton import registry
5
-
6
-registry.disable_autoload()
7
8
from hamilton import lifecycle, node
9
from hamilton.lifecycle import base
10
0 commit comments