From 7799f87ce6ec59f622a2d5e917351e98c0d1eed4 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 26 Jun 2024 21:18:43 -0700 Subject: [PATCH] Update locationdata_test.py --- modules/locationdata_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/locationdata_test.py b/modules/locationdata_test.py index 108372f..8bcbe24 100644 --- a/modules/locationdata_test.py +++ b/modules/locationdata_test.py @@ -1,5 +1,5 @@ import unittest -from locationdata import * +from modules.locationdata import * class TestGetWeather(unittest.TestCase):