Skip to content

Commit 55e0adb

Browse files
committed
formatting
1 parent 6e630a8 commit 55e0adb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/adafruit_io_http/adafruit_io_groups.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
from secrets import secrets
2323
except ImportError:
2424
import os
25+
2526
if os.getenv("ADAFRUIT_AIO_USERNAME") and os.getenv("ADAFRUIT_AIO_KEY"):
2627
secrets = {
2728
"aio_username": os.getenv("ADAFRUIT_AIO_USERNAME", "Your_Username_Here"),

0 commit comments

Comments
 (0)