We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82ce1f2 + 7f3a0d8 commit 628a86fCopy full SHA for 628a86f
examples/example.py
@@ -14,7 +14,7 @@
14
import arduino_iot_cloud.ussl as ssl
15
16
from secrets import DEVICE_ID
17
-from secrets import SECRET_KEY
+from secrets import SECRET_KEY # noqa
18
19
KEY_PATH = "pkcs11:token=arduino"
20
CERT_PATH = "pkcs11:token=arduino"
examples/micropython.py
@@ -16,7 +16,7 @@
from secrets import WIFI_SSID
from secrets import WIFI_PASS
21
KEY_PATH = "key.der"
22
CERT_PATH = "cert.der"
0 commit comments