Skip to content

Commit

Permalink
Disambiguate
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks committed Nov 10, 2024
1 parent 593701b commit ff487e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/trio/_tests/test_exports.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,8 +600,8 @@ def test_pyright_recognizes_init_attributes() -> None:
if attr.alias
not in (
attr.name,
# original_args may not be present in autoattribs
attr.metadata.get("original_args", {}).get("alias"),
# trio_original_args may not be present in autoattribs
attr.metadata.get("trio_original_args", {}).get("alias"),
)
]

Expand Down

0 comments on commit ff487e2

Please sign in to comment.