Skip to content

Commit f5f19f8

Browse files
committed
Neaten test
1 parent b8ad3f1 commit f5f19f8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/mock_vws/test_database_summary.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,7 @@ def test_success(
124124
)
125125

126126
@staticmethod
127-
def test_active_images(
128-
vws_client: VWS,
129-
target_id: str,
130-
) -> None:
127+
def test_active_images(vws_client: VWS, target_id: str) -> None:
131128
"""
132129
The number of images in the active state is returned.
133130
"""

0 commit comments

Comments
 (0)