properly importing functions

This commit is contained in:
2026-01-12 14:26:12 -07:00
parent 123ccb68b6
commit 1640d30551

View File

@@ -3,7 +3,9 @@ import json
import requests import requests
from datetime import datetime from datetime import datetime
from weather.db import get_db from weather.db import (
get_db, close_db
)
def fetchHourlyForecasts(): def fetchHourlyForecasts():
try: try: