v.0.6.3 imports organized

This commit is contained in:
tiijay
2025-11-13 15:46:08 +01:00
parent fcc1899758
commit d9fe55688d
6 changed files with 18 additions and 12 deletions

View File

@@ -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'