Skip to content

Commit 6ac8772

Browse files
fix linter error #nolog
1 parent 32e0e29 commit 6ac8772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/asyncio/test_asyncio_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def test_polling_connection_404_no_json(self):
304304
assert (
305305
exc.args[0] == 'Unexpected status code 404 in server response'
306306
)
307-
assert exc.args[1] == None
307+
assert exc.args[1] is None
308308

309309
def test_polling_connection_invalid_packet(self):
310310
c = asyncio_client.AsyncClient()

0 commit comments

Comments
 (0)