Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rogelioLpz committed Nov 22, 2023
1 parent 73fa6d3 commit 5640282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,5 +550,5 @@ def test_rfc_field():

def test_user_lists_request():
UserListsRequest(names='Pedro', first_surname='Paramo')
with pytest.raises(ValueError) as ex:
with pytest.raises(ValueError):
UserListsRequest()

0 comments on commit 5640282

Please sign in to comment.