Skip to content

Commit

Permalink
isnt the point of isort to fix import sorting?
Browse files Browse the repository at this point in the history
  • Loading branch information
DJDevon3 committed Mar 15, 2024
1 parent ef79fed commit c11f491
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@

import os
import time

import adafruit_connection_manager
import adafruit_requests
import wifi

import adafruit_requests

# Time between API refreshes
# 900 = 15 mins, 1800 = 30 mins, 3600 = 1 hour
sleep_time = 43200
Expand Down

0 comments on commit c11f491

Please sign in to comment.