Skip to content

Commit 89ee0c4

Browse files
author
rhliang
committed
All ruff errors fixed also.
1 parent 2896c8d commit 89ee0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2075,7 +2075,7 @@ def test_stored_hla_standards_error_case():
20752075
# 221f472fd6986869e33e329d480bc3eca8f3fe6b801e35e2affbff7883735b33
20762076
# (checked manually):
20772077
with pytest.raises(ValueError) as e:
2078-
stored_stds: StoredHLAStandards = StoredHLAStandards(
2078+
StoredHLAStandards(
20792079
tag="0.1.0-dummy-test",
20802080
commit_hash="foobar",
20812081
last_updated=datetime(2025, 6, 3, 10, 10, 0),

0 commit comments

Comments
 (0)