Skip to content

Commit 8b2acdc

Browse files
codewizdaveclaude
andcommitted
style: format code with ruff
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c8e5fc0 commit 8b2acdc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

packages/typemap/tests/test_type_eval.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3326,7 +3326,11 @@ def test_newtypeddict_multiple_qualifiers():
33263326
result = eval_typing(
33273327
NewTypedDict[
33283328
Member[Literal["id"], int, Literal["ReadOnly"]],
3329-
Member[Literal["optional_name"], str, Literal["NotRequired", "ReadOnly"]],
3329+
Member[
3330+
Literal["optional_name"],
3331+
str,
3332+
Literal["NotRequired", "ReadOnly"],
3333+
],
33303334
]
33313335
)
33323336
# Both should have metadata

0 commit comments

Comments
 (0)