Skip to content

Commit cf5d2d6

Browse files
committed
Fix a lint issue
1 parent a987717 commit cf5d2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vws/vws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def delete_target(self, target_id: str) -> None:
340340
Args:
341341
target_id: The ID of the target to delete.
342342
"""
343-
response = self._make_request(
343+
self._make_request(
344344
method='DELETE',
345345
content=b'',
346346
request_path=f'/targets/{target_id}',

0 commit comments

Comments
 (0)