Skip to content

Commit 18302af

Browse files
committed
Remove unused variable
1 parent 4237be5 commit 18302af

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/test_get_database_summary_report.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ class TestGetDatabaseSummaryReport:
1212
Test for getting a summary report for a database.
1313
"""
1414

15-
def test_get_target(
16-
self,
17-
client: VWS,
18-
high_quality_image: io.BytesIO,
19-
) -> None:
15+
def test_get_target(self, client: VWS) -> None:
2016
"""
2117
Details of a database are returned by ``get_database_summary_report``.
2218
"""

0 commit comments

Comments
 (0)