Skip to content

Commit 5cae616

Browse files
author
Daniel OBrien
committed
whitespace cleanup
1 parent 7c02cf0 commit 5cae616

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ldai/testing/test_model_config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from ldclient.testing.builders import *
88

99

10-
1110
@pytest.fixture
1211
def td() -> TestData:
1312
td = TestData.data_source()
@@ -52,7 +51,7 @@ def test_model_config_interpolation(ldai_client: LDAIClient):
5251
variables = {'name': 'World'}
5352

5453
config = ldai_client.model_config('model-config', context, default_value, variables)
55-
54+
5655
assert config.config.prompt is not None
5756
assert len(config.config.prompt) > 0
5857
assert config.config.prompt[0].content == 'Hello, World!'

0 commit comments

Comments
 (0)