Skip to content

Commit e5a255f

Browse files
committed
fix: pylint errors
1 parent c6d53ae commit e5a255f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes_asyncio/watch/watch_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ async def test_unmarshall_k8s_error_response(self):
164164

165165
with self.assertRaisesRegex(kubernetes_asyncio.client.exceptions.ApiException,
166166
'\(410\)\nReason: Gone: too old resource version: 1 \(8146471\)'):
167-
ret = Watch().unmarshal_event(json.dumps(k8s_err), None)
167+
Watch().unmarshal_event(json.dumps(k8s_err), None)
168168

169169
def test_unmarshal_with_custom_object(self):
170170
w = Watch()

0 commit comments

Comments
 (0)