Skip to content

Commit 472b36c

Browse files
committed
fix: Drop subject array removed from context
1 parent e4bcca9 commit 472b36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/schemacode/tests/test_context_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_assignability() -> None:
2121
uvx --with=. mypy tests
2222
"""
2323
subjects: p.Subjects = ctx.Subjects([])
24-
subjects = ctx.Subjects([], [], [])
24+
subjects = ctx.Subjects([], [])
2525

2626
dataset: p.Dataset = ctx.Dataset(
2727
dataset_description={},

0 commit comments

Comments
 (0)