Skip to content

Commit a2cae39

Browse files
author
Auto-format Bot
committed
Automatically reformatting code
1 parent 4b1ac5f commit a2cae39

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

test/integration/test_groundlight.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,9 @@ def test_get_or_create_detector_with_metadata(gl: Groundlight, generate_test_det
442442
[""],
443443
],
444444
)
445-
def test_create_detector_with_invalid_metadata(gl: Groundlight, metadata_list: Any, generate_test_detector_name: Callable):
445+
def test_create_detector_with_invalid_metadata(
446+
gl: Groundlight, metadata_list: Any, generate_test_detector_name: Callable
447+
):
446448
name = generate_test_detector_name()
447449
query = "Is there a dog?"
448450

test/unit/test_experimental.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ def test_update_detector_confidence_threshold(gl_experimental: ExperimentalApi,
3030
assert updated_detector.confidence_threshold == newer_confidence
3131

3232

33-
def test_update_detector_name(gl_experimental: ExperimentalApi, detector: Detector, generate_test_detector_name: Callable):
33+
def test_update_detector_name(
34+
gl_experimental: ExperimentalApi, detector: Detector, generate_test_detector_name: Callable
35+
):
3436
"""
3537
verify that we can update the name of a detector
3638
"""

0 commit comments

Comments
 (0)