Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmith023 committed Sep 2, 2024
1 parent 864a0b6 commit b206dcd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/collection/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -813,9 +813,11 @@ def test_config_with_vectorizer_and_properties(
),
(
Configure.Generative.databricks(endpoint="https://api.databricks.com"),
{"generative-databricks": {
"endpoint": "https://api.databricks.com",
}},
{
"generative-databricks": {
"endpoint": "https://api.databricks.com",
}
},
),
(
Configure.Generative.databricks(
Expand Down

0 comments on commit b206dcd

Please sign in to comment.