Skip to content

Commit

Permalink
chore: ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
dsgibbons committed Sep 3, 2024
1 parent 95fae93 commit 3dd17a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ def test_dewrap_optional() -> None:
)
def test_dewrap_optional_with_pipe_operator() -> None:
"""It should return the inner type of Optional types."""
assert (
unwrap_optional(Optional[int]) is int
)
assert unwrap_optional(Optional[int]) is int


def test_validation_returns_df() -> None:
Expand Down

0 comments on commit 3dd17a2

Please sign in to comment.