Skip to content

Commit 8f50dd6

Browse files
committed
remove whitespace
1 parent 790bbbf commit 8f50dd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/config/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# Licensed under the MIT License
33

44
from dataclasses import asdict
5-
from typing import cast
65

76
from pydantic import BaseModel
87

@@ -100,7 +99,7 @@ def assert_language_model_configs(
10099
for e, a in zip(actual.responses, expected.responses, strict=True):
101100
assert isinstance(e, BaseModel)
102101
assert isinstance(a, BaseModel)
103-
assert e.model_dump() == a.model_dump()
102+
assert e.model_dump() == a.model_dump()
104103
else:
105104
assert expected.responses is None
106105

0 commit comments

Comments
 (0)