Skip to content

Commit fc64c89

Browse files
committed
updates to nn
1 parent 671573e commit fc64c89

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

common/setups/rasr/util/nn.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
from i6_core.util import MultiPath
2222

23-
from .rasr import RasrDataInput
24-
2523
RasrCacheTypes = Union[tk.Path, str, MultiPath, rasr.FlagDependentFlowAttribute]
2624

2725

common/setups/rasr/util/nn/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import copy
1616
from dataclasses import dataclass, asdict
17-
from typing import Any, Dict, List, Optional, Tuple, Type, TypedDict, Union
17+
from typing import Any, Dict, List, Optional, Tuple, Type, Union
1818

1919
from sisyphus import tk
2020
from sisyphus.delayed_ops import DelayedFormat, DelayedBase

0 commit comments

Comments
 (0)