We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2fa3e commit 931571fCopy full SHA for 931571f
tests/test_utils.py
@@ -15,7 +15,7 @@
15
from numpy.testing import assert_array_equal
16
from rich.table import Table
17
18
-from pyhdtoolkit.utils import _misc, deprecated, logging
+from pyhdtoolkit.utils import _misc, logging
19
from pyhdtoolkit.utils.cmdline import CommandLine
20
from pyhdtoolkit.utils.htc_monitor import (
21
ClusterSummary,
@@ -24,7 +24,7 @@
24
_make_tasks_table,
25
read_condor_q,
26
)
27
-from pyhdtoolkit.utils.jit import maybe_jit
+from pyhdtoolkit.utils.decorators import deprecated, maybe_jit
28
29
CURRENT_DIR = pathlib.Path(__file__).parent
30
INPUTS_DIR = CURRENT_DIR / "inputs"
0 commit comments