From e240872da34cc7d71f39ad1c0ea7505e82da0a9c Mon Sep 17 00:00:00 2001 From: douginoz Date: Mon, 24 Jun 2024 06:23:02 -0700 Subject: [PATCH] Refactored test_selenium_utils to remove unused functions. --- tests/test_selenium_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_selenium_utils.py b/tests/test_selenium_utils.py index cd8a24856..2776837af 100644 --- a/tests/test_selenium_utils.py +++ b/tests/test_selenium_utils.py @@ -1,6 +1,6 @@ import unittest from unittest.mock import MagicMock, patch -from iceicedata.selenium_utils import validate_url, extract_coordinates, get_station_id_from_url, get_station_id +from iceicedata.selenium_utils import get_station_id class TestSeleniumUtils(unittest.TestCase):