Skip to content

Commit

Permalink
refactor(test_utils_url.py): update import statement to reflect packa…
Browse files Browse the repository at this point in the history
…ge name change to goesdl
  • Loading branch information
wvenialbo committed Jan 30, 2025
1 parent 4fa9708 commit 9d8814c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils_url.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest

from GOES_DL.utils.url import URL as URL
from goesdl.utils.url import URL as URL


class TestUrlMethods(unittest.TestCase):
Expand Down

0 comments on commit 9d8814c

Please sign in to comment.