v.0.6.3 imports organized
This commit is contained in:
@@ -2,9 +2,8 @@ import urequests # type: ignore
|
||||
import json
|
||||
|
||||
from app.classes import Weather, Location, CurrentCondition
|
||||
from app.display.neopixel_64x64 import NeoPixel_64x64
|
||||
from app.display import NeoPixel_64x64
|
||||
import app.utils.colors as colors
|
||||
import app.display.fonts as fonts
|
||||
from app.utils import URLEncoder
|
||||
|
||||
|
||||
@@ -15,7 +14,6 @@ class Weather_Checker():
|
||||
|
||||
def __init__(self, display: NeoPixel_64x64):
|
||||
self.display = display
|
||||
self.display.set_font( font=fonts.font_16x16)
|
||||
|
||||
def mock_weather_data(self):
|
||||
filepath = 'restapi/mock-weather.json'
|
||||
|
||||
Reference in New Issue
Block a user