Update solarconditions.py

This commit is contained in:
SpudGunMan
2024-06-18 21:29:21 -07:00
parent 5aafba6817
commit bb36774ab9

View File

@@ -4,7 +4,6 @@
import requests # pip install requests
import xml.dom.minidom
from datetime import datetime # pip install datetime
from datetime import timedelta
from dateutil import tz # pip install python-dateutil
from suntime import Sun, SunTimeException # pip install suntime