Skip to content

Commit 931571f

Browse files
committed
fix imports
1 parent fb2fa3e commit 931571f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from numpy.testing import assert_array_equal
1616
from rich.table import Table
1717

18-
from pyhdtoolkit.utils import _misc, deprecated, logging
18+
from pyhdtoolkit.utils import _misc, logging
1919
from pyhdtoolkit.utils.cmdline import CommandLine
2020
from pyhdtoolkit.utils.htc_monitor import (
2121
ClusterSummary,
@@ -24,7 +24,7 @@
2424
_make_tasks_table,
2525
read_condor_q,
2626
)
27-
from pyhdtoolkit.utils.jit import maybe_jit
27+
from pyhdtoolkit.utils.decorators import deprecated, maybe_jit
2828

2929
CURRENT_DIR = pathlib.Path(__file__).parent
3030
INPUTS_DIR = CURRENT_DIR / "inputs"

0 commit comments

Comments
 (0)