Skip to content

Commit

Permalink
Update zmq_queue_test.py
Browse files Browse the repository at this point in the history
Fix E721
  • Loading branch information
Smartappli authored Dec 1, 2024
1 parent 2c366aa commit 09ca18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/syft/tests/syft/zmq_queue_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,4 @@ def test_zmq_client_serde():

deser = syft.deserialize(bytes_data, from_bytes=True)

assert type(deser) == type(client)
assert type(deser) is type(client)

0 comments on commit 09ca18a

Please sign in to comment.