Skip to content

Commit

Permalink
Refactored test_selenium_utils to remove unused functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
douginoz committed Jun 24, 2024
1 parent 3b05247 commit e240872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_selenium_utils.py
Original file line number Diff line number Diff line change
@@ -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):

Expand Down

0 comments on commit e240872

Please sign in to comment.