Skip to content

Commit 6cfdf84

Browse files
committed
Linting
1 parent 3b1a5ee commit 6cfdf84

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Hue_Controller/secrets.h
44
*.DS_Store
55
CircuitPython_Logger/secrets\.py
66
.python-version
7+
__pycache__

PyPortal_Azure_Plant_Monitor/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
from adafruit_esp32spi import adafruit_esp32spi, adafruit_esp32spi_wifimanager
1616
import adafruit_esp32spi.adafruit_esp32spi_socket as socket
1717
import neopixel
18+
from adafruit_ntp import NTP
1819
from adafruit_azureiot import IoTCentralDevice
1920
from adafruit_seesaw.seesaw import Seesaw
20-
from adafruit_ntp import NTP
2121

2222
# gfx helper
2323
import azure_gfx_helper

0 commit comments

Comments
 (0)