Skip to content
Prev Previous commit
Next Next commit
add test log
  • Loading branch information
xiazhvera committed Jan 2, 2025
commit 5b7732bb29d9bf756971e72e272dbcd2287a1f12
2 changes: 1 addition & 1 deletion test/test_mqtt5.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from awscrt import mqtt5, http
from awscrt import mqtt5, http, io
from awscrt.auth import AwsCredentialsProvider
from awscrt.io import ClientBootstrap, DefaultHostResolver, EventLoopGroup
from awsiot import mqtt5_client_builder
Expand Down
Loading