Update locationdata_test.py

This commit is contained in:
SpudGunMan
2024-06-26 21:19:28 -07:00
parent 05ac42b2be
commit 8a3e681db3

View File

@@ -1,5 +1,5 @@
import unittest
from modules.locationdata import *
from locationdata import *
class TestGetWeather(unittest.TestCase):