From 6b4f8d6b8700a65bdf74beb3d95c969a81464a56 Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Tue, 18 Aug 2026 13:14:45 -0700 Subject: build ignore, py-utils replace, typing with Ruff --- tests/models/thl/test_wall.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/models/thl/test_wall.py') diff --git a/tests/models/thl/test_wall.py b/tests/models/thl/test_wall.py index 057aad2..8398c81 100644 --- a/tests/models/thl/test_wall.py +++ b/tests/models/thl/test_wall.py @@ -1,4 +1,4 @@ -from datetime import datetime, timezone, timedelta +from datetime import datetime, timedelta, timezone from decimal import Decimal from uuid import uuid4 @@ -76,7 +76,7 @@ class TestWall: ) assert "If status is f, status_code_1 should be in" in str(e.value) - with pytest.raises(expected_exception=ValidationError) as cm: + with pytest.raises(expected_exception=ValidationError): Wall( user_id=1, source=Source.DYNATA, -- cgit v1.2.3