Skip to content

Commit

Permalink
Removed redundant "()" in the test_pyright_baseline docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
superbobry committed Jun 29, 2023
1 parent b6c924d commit 5a69034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pyright.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def parse_pyright_output(test_file: Path) -> set[PyrightDiagnostic]:

def test_pyright_baseline():
"""
The typing.dataclass_transform() decorator allows pyright to determine
The typing.dataclass_transform decorator allows pyright to determine
attrs decorated class types.
"""

Expand Down

0 comments on commit 5a69034

Please sign in to comment.