Skip to content

Commit ef3a7c8

Browse files
committed
Fix lint issues
1 parent a00444f commit ef3a7c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_vws.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ def test_custom_base_url(self, high_quality_image: io.BytesIO) -> None:
111111
image=high_quality_image,
112112
)
113113

114+
114115
class TestListTargets:
115116
"""
116117
Tests for listing targets.
@@ -128,6 +129,7 @@ def test_list_targets(
128129
id_2 = client.add_target(name='a', width=1, image=high_quality_image)
129130
assert sorted(client.list_targets()) == sorted([id_1, id_2])
130131

132+
131133
class TestDelete:
132134
"""
133135
Test for deleting a target.

0 commit comments

Comments
 (0)