Skip to content

Commit

Permalink
Remove spurious code
Browse files Browse the repository at this point in the history
  • Loading branch information
skrawcz authored and elijahbenizzy committed Jan 4, 2025
1 parent 415d85e commit ac2140a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hamilton/plugins/h_threadpool.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit ac2140a

Please sign in to comment.