Skip to content

Commit 3a9fe0c

Browse files
committed
test(bst): Drop Subjects class from context types
1 parent c22f7da commit 3a9fe0c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tools/schemacode/tests/test_context_types.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,12 @@ def test_assignability() -> None:
2020
2121
uvx --with=. mypy tests
2222
"""
23-
subjects: p.Subjects = ctx.Subjects([])
24-
subjects = ctx.Subjects([], [])
25-
2623
dataset: p.Dataset = ctx.Dataset(
2724
dataset_description={},
2825
tree={},
2926
ignored=[],
3027
datatypes=[],
3128
modalities=[],
32-
subjects=subjects,
3329
)
3430

3531
magnitude: p.Magnitude = ctx.Magnitude("path")

0 commit comments

Comments
 (0)